diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/uri.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dom/uri.h b/src/dom/uri.h index a89f4ae7b..2ca1bddbe 100644 --- a/src/dom/uri.h +++ b/src/dom/uri.h @@ -138,6 +138,11 @@ public: /** * */ + virtual DOMString getNativePath() const; + + /** + * + */ virtual bool isAbsolute() const; /** |
