diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/GlobalHistory.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/embed/mozilla/GlobalHistory.cpp b/embed/mozilla/GlobalHistory.cpp index 65091725f..24aff6f7f 100644 --- a/embed/mozilla/GlobalHistory.cpp +++ b/embed/mozilla/GlobalHistory.cpp @@ -90,6 +90,13 @@ NS_IMETHODIMP MozGlobalHistory::GetLastPageVisited(char **aLastPageVisited) return NS_ERROR_NOT_IMPLEMENTED; } +#if MOZILLA_SNAPSHOT > 8 +NS_IMETHODIMP MozGlobalHistory::SetLastPageVisited(const char *aLastPageVisited) +{ + return NS_ERROR_NOT_IMPLEMENTED; +} +#endif + NS_IMETHODIMP MozGlobalHistory::HidePage(const char *url) { return NS_ERROR_NOT_IMPLEMENTED; |