it's nsISupportsWeakReference, not nsIWeakReference
and we didn't want to touch nsPluginCacheListener which is what caused the original confusion
This commit is contained in:
timeless%mac.com 2002-05-31 06:15:05 +00:00
Родитель 760ebea4e9
Коммит be1e39b7ac
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)