From 13f158754577778dabb8b24dc1eb1ad389567090 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 7 Mar 2006 22:34:21 +0000 Subject: Build fix to build with 1.8 branch. No code changes, only #ifdef code that 2006-03-07 Christian Persch * 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. --- embed/mozilla/GlobalHistory.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'embed') 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, -- cgit v1.2.3