From be1e39b7ac5b56fdc69b4117f8f58e1a94f3695e Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Fri, 31 May 2002 06:15:05 +0000 Subject: [PATCH] bustage, sorry, it's nsISupportsWeakReference, not nsIWeakReference and we didn't want to touch nsPluginCacheListener which is what caused the original confusion --- modules/plugin/base/src/nsPluginHostImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plugin/base/src/nsPluginHostImpl.cpp b/modules/plugin/base/src/nsPluginHostImpl.cpp index 577e62bb0869..f6c90656ba8a 100644 --- a/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -1681,7 +1681,7 @@ nsPluginCacheListener::~nsPluginCacheListener() //////////////////////////////////////////////////////////////////////// -NS_IMPL_ISUPPORTS2(nsPluginCacheListener, nsIStreamListener, nsISupportsWeakReference) +NS_IMPL_ISUPPORTS1(nsPluginCacheListener, nsIStreamListener) //////////////////////////////////////////////////////////////////////// NS_IMETHODIMP nsPluginCacheListener::OnStartRequest(nsIRequest *request, nsISupports* ctxt) @@ -2644,7 +2644,7 @@ NS_IMPL_ISUPPORTS8(nsPluginHostImpl, nsICookieStorage, nsIObserver, nsPIPluginHost, - nsIWeakReference); + nsISupportsWeakReference); //////////////////////////////////////////////////////////////////////// NS_METHOD nsPluginHostImpl::Create(nsISupports* aOuter, REFNSIID aIID, void** aResult)