From 0714bb0d353166aec5bbfe5d4f7b71fae844d895 Mon Sep 17 00:00:00 2001 From: ishmal Date: Sat, 22 Apr 2006 23:02:33 +0000 Subject: [PATCH] native path support --- src/dom/uri.h | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -135,6 +135,11 @@ public: */ virtual DOMString getPath() const; + /** + * + */ + virtual DOMString getNativePath() const; + /** * */ -- 2.30.2