aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/GlobalHistory.cpp9
2 files changed, 6 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index fdf74edaf..7b45df13f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-22 James Willcox <jwillcox@gnome.org>
+
+ * embed/mozilla/GlobalHistory.cpp:
+
+ Adapt to API change in CVS mozilla.
+
2003-02-22 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added Catalan (ca) to ALL_LINGUAS
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp
index 8507ad7e9..a6d95970a 100644
--- a/embed/mozilla/GlobalHistory.cpp
+++ b/embed/mozilla/GlobalHistory.cpp
@@ -149,15 +149,6 @@ NS_IMETHODIMP MozGlobalHistory::MarkPageAsTyped(const char *url)
return NS_ERROR_NOT_IMPLEMENTED;
}
-/* Described by mozilla.org as a temporary ugly hack. We will never need to
- * implement it. It is here to allow compilation.
- */
-/* void outputReferrerURL (in string aURL, in string aReferrer); */
-NS_IMETHODIMP MozGlobalHistory::OutputReferrerURL(const char *aURL, const char *aReferrer)
-{
- return NS_ERROR_NOT_IMPLEMENTED;
-}
-
NS_DEF_FACTORY (MozGlobalHistory, MozGlobalHistory);
nsresult NS_NewGlobalHistoryFactory(nsIFactory** aFactory)