diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 671c5b381..b4b2deeec 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -135,6 +135,9 @@ NS_IMETHODIMP GContentHandler::PromptForSaveToFile( nsISupports *aWindowContext, const PRUnichar *aDefaultFile, const PRUnichar *aSuggestedFileExtension, +#ifdef HAVE_GECKO_1_9 + PRBool aForcePrompt, +#endif nsILocalFile **_retval) { EphyFileChooser *dialog; |