Backed out changeset 636fa3174368 (bug 983910) for xpcshell failures.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-03-26 15:47:54 -04:00
parent ccca9e43f4
commit 336a053131
2 changed files with 0 additions and 8 deletions

View File

@ -588,10 +588,6 @@ HttpChannelParent::OnStartRequest(nsIRequest *aRequest, nsISupports *aContext)
chan->GetCacheToken(getter_AddRefs(cacheEntry));
mCacheEntry = do_QueryInterface(cacheEntry);
if (!mParentListener) {
mParentListener = chan->GetListener().downcast<HttpChannelParentListener>();
MOZ_ASSERT(mParentListener);
}
nsCString secInfoSerialization;
nsCOMPtr<nsISupports> secInfoSupp;

View File

@ -185,10 +185,6 @@ public: /* internal necko use only */
void ForcePending(bool aForcePending);
already_AddRefed<nsIStreamListener> GetListener() {
return nsCOMPtr<nsIStreamListener>(mListener).forget();
}
private:
typedef nsresult (nsHttpChannel::*nsContinueRedirectionFunc)(nsresult result);