mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Backed out changeset 636fa3174368 (bug 983910) for xpcshell failures.
CLOSED TREE
This commit is contained in:
parent
ccca9e43f4
commit
336a053131
@ -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;
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user