From 0c4262113d6a47834308ad6c35d0302f3d7d8c31 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 10 Aug 2003 18:02:00 +0000 Subject: Sync with Moz HEAD. Sync with Moz HEAD. --- embed/mozilla/ContentHandler.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 332456b71..b020ee5d0 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -272,8 +272,11 @@ NS_IMETHODIMP GContentHandler::Show(nsIHelperAppLauncher *aLauncher, } /* nsILocalFile promptForSaveToFile (in nsISupports aWindowContext, in wstring aDefaultFile, in wstring aSuggestedFileExtension); */ -NS_IMETHODIMP GContentHandler:: - PromptForSaveToFile(nsISupports *aWindowContext, +NS_IMETHODIMP GContentHandler::PromptForSaveToFile( +#if MOZILLA_SNAPSHOT > 9 + nsIHelperAppLauncher *aLauncher, +#endif + nsISupports *aWindowContext, const PRUnichar *aDefaultFile, const PRUnichar *aSuggestedFileExtension, nsILocalFile **_retval) -- cgit v1.2.3