diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-08 06:34:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-08 06:34:21 +0800 |
commit | 13f158754577778dabb8b24dc1eb1ad389567090 (patch) | |
tree | 27b0c2846036a51b08224eb8cbcf4888c1f8c1e4 /embed/mozilla | |
parent | 735787e8f62d1f2a0ee948ab07f6df099c5b433f (diff) | |
download | gsoc2013-epiphany-13f158754577778dabb8b24dc1eb1ad389567090.tar gsoc2013-epiphany-13f158754577778dabb8b24dc1eb1ad389567090.tar.gz gsoc2013-epiphany-13f158754577778dabb8b24dc1eb1ad389567090.tar.bz2 gsoc2013-epiphany-13f158754577778dabb8b24dc1eb1ad389567090.tar.lz gsoc2013-epiphany-13f158754577778dabb8b24dc1eb1ad389567090.tar.xz gsoc2013-epiphany-13f158754577778dabb8b24dc1eb1ad389567090.tar.zst gsoc2013-epiphany-13f158754577778dabb8b24dc1eb1ad389567090.zip |
Build fix to build with 1.8 branch. No code changes, only #ifdef code that
2006-03-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GlobalHistory.cpp:
Build fix to build with 1.8 branch. No code changes, only
#ifdef code that must not be built on 1.8 branch.
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/GlobalHistory.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 7a5fce6f6..1cd19c513 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -161,6 +161,9 @@ NS_IMETHODIMP MozGlobalHistory::SetPageTitle(nsIURI *aURI, } #ifdef HAVE_NSIGLOBALHISTORY3_H + +#ifdef HAVE_GECKO_1_9 + /* unsigned long getURIGeckoFlags(in nsIURI aURI); */ NS_IMETHODIMP MozGlobalHistory::GetURIGeckoFlags(nsIURI *aURI, @@ -214,6 +217,8 @@ MozGlobalHistory::SetURIGeckoFlags(nsIURI *aURI, return NS_ERROR_FAILURE; } +#endif /* HAVE_GECKO_1_9 */ + /* void addDocumentRedirect (in nsIChannel aOldChannel, in nsIChannel aNewChannel, |