From f8ab0f22d40c474e5c9bd23cacc7fedeacade0fa Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 9 Feb 2005 19:25:10 +0000 Subject: Implement nsIWebProgressListener. Fixes bug #165328. 2005-02-09 Christian Persch * embed/mozilla/MozDownload.cpp: Implement nsIWebProgressListener. Fixes bug #165328. --- embed/mozilla/MozDownload.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/MozDownload.cpp b/embed/mozilla/MozDownload.cpp index 05ede417e..8160f2715 100644 --- a/embed/mozilla/MozDownload.cpp +++ b/embed/mozilla/MozDownload.cpp @@ -80,9 +80,9 @@ MozDownload::~MozDownload() } #ifdef HAVE_NSITRANSFER_H -NS_IMPL_ISUPPORTS1(MozDownload, nsITransfer) +NS_IMPL_ISUPPORTS2(MozDownload, nsIWebProgressListener, nsITransfer) #else -NS_IMPL_ISUPPORTS3(MozDownload, nsIDownload, nsITransfer, nsIWebProgressListener) +NS_IMPL_ISUPPORTS3(MozDownload, nsIWebProgressListener, nsIDownload, nsITransfer) #endif NS_IMETHODIMP -- cgit v1.2.3