diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-04-09 03:30:58 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-04-09 03:30:58 +0800 |
commit | 2224cf7c6017034f0454467e7c41c8ee75f78a09 (patch) | |
tree | 239d580c6a46914ead479a3388e015542f449a8f /embed | |
parent | 5a6c3554df53c86c5534cd23bcc374a31afe7678 (diff) | |
download | gsoc2013-epiphany-2224cf7c6017034f0454467e7c41c8ee75f78a09.tar gsoc2013-epiphany-2224cf7c6017034f0454467e7c41c8ee75f78a09.tar.gz gsoc2013-epiphany-2224cf7c6017034f0454467e7c41c8ee75f78a09.tar.bz2 gsoc2013-epiphany-2224cf7c6017034f0454467e7c41c8ee75f78a09.tar.lz gsoc2013-epiphany-2224cf7c6017034f0454467e7c41c8ee75f78a09.tar.xz gsoc2013-epiphany-2224cf7c6017034f0454467e7c41c8ee75f78a09.tar.zst gsoc2013-epiphany-2224cf7c6017034f0454467e7c41c8ee75f78a09.zip |
InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here.
2005-04-08 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here.
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/MozDownload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp index f04b1f5d1..302c5b41a 100644 --- a/embed/mozilla/MozDownload.cpp +++ b/embed/mozilla/MozDownload.cpp @@ -91,7 +91,7 @@ NS_IMPL_ISUPPORTS3(MozDownload, nsIWebProgressListener, nsIWebProgressListener2, NS_IMPL_ISUPPORTS3(MozDownload, nsIWebProgressListener, nsIDownload, nsITransfer) #endif -NS_IMETHODIMP +nsresult MozDownload::InitForEmbed (nsIURI *aSource, nsIURI *aTarget, const PRUnichar *aDisplayName, nsIMIMEInfo *aMIMEInfo, PRInt64 startTime, nsIWebBrowserPersist *aPersist, MozillaEmbedPersist *aEmbedPersist, PRInt32 aMaxSize) |