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

This commit is contained in:
Ehsan Akhgari 2015-12-21 12:01:07 -05:00
Родитель a5249b6201
Коммит aa999694ec
1 изменённых файлов: 0 добавлений и 1 удалений

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

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