From 6267b7981139936e18908caa6f30ff5766d16682 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 12 Feb 2007 23:00:30 +0100 Subject: [PATCH] Fix a missing method in a Gecko interface. --- lib/src/GeckoDownload.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 //*****************************************************************************