diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-07 21:10:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-07 21:10:25 +0800 |
commit | 87ef10da74ea294d5d156e901172fe2d90b2544a (patch) | |
tree | 757918e5d5fe2aa06504687f076e01313a8c8742 /embed/mozilla/MozDownload.h | |
parent | e52e0814de88814ee6f2e7a619f3228c973d8f84 (diff) | |
download | gsoc2013-epiphany-87ef10da74ea294d5d156e901172fe2d90b2544a.tar gsoc2013-epiphany-87ef10da74ea294d5d156e901172fe2d90b2544a.tar.gz gsoc2013-epiphany-87ef10da74ea294d5d156e901172fe2d90b2544a.tar.bz2 gsoc2013-epiphany-87ef10da74ea294d5d156e901172fe2d90b2544a.tar.lz gsoc2013-epiphany-87ef10da74ea294d5d156e901172fe2d90b2544a.tar.xz gsoc2013-epiphany-87ef10da74ea294d5d156e901172fe2d90b2544a.tar.zst gsoc2013-epiphany-87ef10da74ea294d5d156e901172fe2d90b2544a.zip |
Fix for mozilla API change.
2005-07-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
Fix for mozilla API change.
Diffstat (limited to 'embed/mozilla/MozDownload.h')
-rw-r--r-- | embed/mozilla/MozDownload.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h index c145e0a13..007045564 100644 --- a/embed/mozilla/MozDownload.h +++ b/embed/mozilla/MozDownload.h @@ -135,8 +135,9 @@ public: #ifdef HAVE_GECKO_1_8 nsresult InitForEmbed (nsIURI *aSource, nsIURI *aTarget, const nsAString &aDisplayName, nsIMIMEInfo *aMIMEInfo, - PRTime aStartTime, nsICancelable *aCancelable, - MozillaEmbedPersist *aEmbedPersist, PRInt64 aMaxSize); + PRTime aStartTime, nsILocalFile *aTempFile, + nsICancelable *aCancelable, MozillaEmbedPersist *aEmbedPersist, + PRInt64 aMaxSize); #else nsresult InitForEmbed (nsIURI *aSource, nsIURI *aTarget, const PRUnichar *aDisplayName, nsIMIMEInfo *aMIMEInfo, |