diff options
author | Patanjali Somayaji <patanja@src.gnome.org> | 2003-09-14 02:45:30 +0800 |
---|---|---|
committer | Patanjali Somayaji <patanja@src.gnome.org> | 2003-09-14 02:45:30 +0800 |
commit | b17358da7d49924e4a0791dd8e62faaa14d52a69 (patch) | |
tree | 909c94cbd101c9346065528717a70d415cefaee3 /embed/mozilla/ContentHandler.cpp | |
parent | 6a28480cf44eaf0203df179964ae9be2369a19e1 (diff) | |
download | gsoc2013-epiphany-b17358da7d49924e4a0791dd8e62faaa14d52a69.tar.gz gsoc2013-epiphany-b17358da7d49924e4a0791dd8e62faaa14d52a69.tar.zst gsoc2013-epiphany-b17358da7d49924e4a0791dd8e62faaa14d52a69.zip |
Added in support to allow Mozilla 1.4.1 to be used for Epiphany compile.
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index b020ee5d0..12724907c 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -246,7 +246,7 @@ GContentHandler::~GContentHandler() // begin nsIHelperAppLauncher impl //////////////////////////////////////////////////////////////////////////////// -#if MOZILLA_SNAPSHOT > 8 +#if MOZILLA_SNAPSHOT > 9 /* void show (in nsIHelperAppLauncher aLauncher, in nsISupports aContext); */ NS_IMETHODIMP GContentHandler::Show(nsIHelperAppLauncher *aLauncher, nsISupports *aContext, @@ -273,7 +273,7 @@ NS_IMETHODIMP GContentHandler::Show(nsIHelperAppLauncher *aLauncher, /* nsILocalFile promptForSaveToFile (in nsISupports aWindowContext, in wstring aDefaultFile, in wstring aSuggestedFileExtension); */ NS_IMETHODIMP GContentHandler::PromptForSaveToFile( -#if MOZILLA_SNAPSHOT > 9 +#if MOZILLA_SNAPSHOT > 10 nsIHelperAppLauncher *aLauncher, #endif nsISupports *aWindowContext, @@ -343,7 +343,7 @@ NS_IMETHODIMP GContentHandler::PromptForSaveToFile( } } -#if MOZILLA_SNAPSHOT < 9 +#if MOZILLA_SNAPSHOT < 10 /* void showProgressDialog (in nsIHelperAppLauncher aLauncher, in nsISupports aContext); */ NS_METHOD GContentHandler::ShowProgressDialog(nsIHelperAppLauncher *aLauncher, nsISupports *aContext) |