aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphyBrowser.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-05-04 02:49:32 +0800
committerChristian Persch <chpe@src.gnome.org>2005-05-04 02:49:32 +0800
commita8903de9c29718f69cb5f847725ca09688e50474 (patch)
tree204732f77d5010e8dc5f09eb2f8afa9b519feb64 /embed/mozilla/EphyBrowser.h
parentf4c20450ae05f307f3ccc9b673929c5759685ced (diff)
downloadgsoc2013-epiphany-a8903de9c29718f69cb5f847725ca09688e50474.tar
gsoc2013-epiphany-a8903de9c29718f69cb5f847725ca09688e50474.tar.gz
gsoc2013-epiphany-a8903de9c29718f69cb5f847725ca09688e50474.tar.bz2
gsoc2013-epiphany-a8903de9c29718f69cb5f847725ca09688e50474.tar.lz
gsoc2013-epiphany-a8903de9c29718f69cb5f847725ca09688e50474.tar.xz
gsoc2013-epiphany-a8903de9c29718f69cb5f847725ca09688e50474.tar.zst
gsoc2013-epiphany-a8903de9c29718f69cb5f847725ca09688e50474.zip
Use the web navigation to get the URI, not the document. Fixes bug
2005-05-03 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Use the web navigation to get the URI, not the document. Fixes bug #301044.
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r--embed/mozilla/EphyBrowser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h
index c594e7f7c..ffb11e11f 100644
--- a/embed/mozilla/EphyBrowser.h
+++ b/embed/mozilla/EphyBrowser.h
@@ -163,8 +163,8 @@ public:
nsresult GetDocument (nsIDOMDocument **aDOMDocument);
nsresult GetTargetDocument (nsIDOMDocument **aDOMDocument);
- nsresult GetDocumentUrl (nsACString &url);
- nsresult GetTargetDocumentUrl (nsACString &url);
+ nsresult GetDocumentURI (nsIURI **aURI);
+ nsresult GetTargetDocumentURI (nsIURI **aURI);
nsresult GetDOMWindow (nsIDOMWindow **window);
nsresult GetHasModifiedForms (PRBool *modified);