Fixing asymmetry between what timeless landed for bug 394114 and what he backed out.

git-svn-id: svn://10.0.0.236/trunk@248211 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2008-03-19 22:05:05 +00:00
parent cb247b3213
commit 4dd01a645e
5 changed files with 5 additions and 23 deletions

View File

@@ -1652,10 +1652,7 @@ nsPluginCacheListener::~nsPluginCacheListener()
////////////////////////////////////////////////////////////////////////
NS_IMPL_ISUPPORTS2(nsPluginCacheListener,
nsIStreamListener,
nsIRequestObserver)
NS_IMPL_ISUPPORTS1(nsPluginCacheListener, nsIStreamListener)
////////////////////////////////////////////////////////////////////////
NS_IMETHODIMP
nsPluginCacheListener::OnStartRequest(nsIRequest *request, nsISupports* ctxt)
@@ -2710,11 +2707,10 @@ nsPluginHostImpl::~nsPluginHostImpl()
}
////////////////////////////////////////////////////////////////////////
NS_IMPL_ISUPPORTS9(nsPluginHostImpl,
NS_IMPL_ISUPPORTS8(nsPluginHostImpl,
nsIPluginManager,
nsIPluginManager2,
nsIPluginHost,
nsIFactory,
nsIFileUtilities,
nsICookieStorage,
nsIObserver,
@@ -7082,10 +7078,7 @@ nsresult nsPluginStreamListenerPeer::ServeStreamAsFile(nsIRequest *request,
}
//////////////////////////////////////////////////////////////////////
NS_IMPL_ISUPPORTS2(nsPluginByteRangeStreamListener,
nsIStreamListener,
nsIRequestObserver)
NS_IMPL_ISUPPORTS1(nsPluginByteRangeStreamListener, nsIStreamListener)
nsPluginByteRangeStreamListener::nsPluginByteRangeStreamListener(nsIWeakReference* aWeakPtr)
{
mWeakPtrPluginStreamListenerPeer = aWeakPtr;