Bug 1234251 - Remove HttpChannelChild::mSynthesizedResponseHead; r=jdm

This commit is contained in:
Ehsan Akhgari 2015-12-21 12:01:07 -05:00
parent a5249b6201
commit aa999694ec

View File

@ -183,7 +183,6 @@ private:
nsCOMPtr<nsIChildChannel> mRedirectChannelChild; nsCOMPtr<nsIChildChannel> mRedirectChannelChild;
RefPtr<InterceptStreamListener> mInterceptListener; RefPtr<InterceptStreamListener> mInterceptListener;
RefPtr<nsInputStreamPump> mSynthesizedResponsePump; RefPtr<nsInputStreamPump> mSynthesizedResponsePump;
nsAutoPtr<nsHttpResponseHead> mSynthesizedResponseHead;
nsCOMPtr<nsIInputStream> mSynthesizedInput; nsCOMPtr<nsIInputStream> mSynthesizedInput;
int64_t mSynthesizedStreamLength; int64_t mSynthesizedStreamLength;