diff --git a/lib/src/GeckoDownload.cpp b/lib/src/GeckoDownload.cpp index 4c80d9a7..4ee6cb97 100644 --- a/lib/src/GeckoDownload.cpp +++ b/lib/src/GeckoDownload.cpp @@ -148,6 +148,8 @@ GeckoDownload::OnSecurityChange (nsIWebProgress *aWebProgress, return NS_OK; } +#ifdef HAVE_MOZILLA_1_9 + NS_IMETHODIMP GeckoDownload::OnRefreshAttempted (nsIWebProgress *aWebProgress, nsIURI *aRefreshURI, @@ -157,6 +159,9 @@ GeckoDownload::OnRefreshAttempted (nsIWebProgress *aWebProgress, { return NS_OK; } + +#endif + //***************************************************************************** // GeckoDownloadFactory //*****************************************************************************