aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GlobalHistory.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp
index f2df7203b..dc836dc97 100644
--- a/embed/mozilla/GlobalHistory.cpp
+++ b/embed/mozilla/GlobalHistory.cpp
@@ -30,13 +30,11 @@
#include <nsString.h>
#include <nsIURI.h>
-NS_IMPL_ISUPPORTS2(MozGlobalHistory,
#if MOZILLA_SNAPSHOT > 13
- nsIGlobalHistory2,
+NS_IMPL_ISUPPORTS2(MozGlobalHistory, nsIGlobalHistory2, nsIBrowserHistory)
#else
- nsIGlobalHistory,
+NS_IMPL_ISUPPORTS2(MozGlobalHistory, nsIGlobalHistory, nsIBrowserHistory)
#endif
- nsIBrowserHistory)
MozGlobalHistory::MozGlobalHistory ()
{