diff --git a/lib/src/GeckoDownload.cpp b/lib/src/GeckoDownload.cpp index 479c1c5a..4c80d9a7 100644 --- a/lib/src/GeckoDownload.cpp +++ b/lib/src/GeckoDownload.cpp @@ -147,6 +147,16 @@ GeckoDownload::OnSecurityChange (nsIWebProgress *aWebProgress, { return NS_OK; } + +NS_IMETHODIMP +GeckoDownload::OnRefreshAttempted (nsIWebProgress *aWebProgress, + nsIURI *aRefreshURI, + PRInt32 aMillis, + PRBool aSameURI, + PRBool *_retval) +{ + return NS_OK; +} //***************************************************************************** // GeckoDownloadFactory //*****************************************************************************