Bug 1194891. P3 - don't share data for elements in PB mode. r=cpearce

MozReview-Commit-ID: 1B2RK8biYof

--HG--
extra : rebase_source : 62a4233755adc59df69c521fe9bf76df902b0d05
extra : source : c22dea23fd02e5887f84c6502874a31e8728d4b4
This commit is contained in:
JW Wang 2017-04-06 16:52:14 +08:00
parent 09e1217347
commit 1964dd6b54

View File

@ -225,7 +225,7 @@ public:
// Returns true when this stream is can be shared by a new resource load
bool IsAvailableForSharing() const
{
return !mClosed &&
return !mClosed && !mIsPrivateBrowsing &&
(!mDidNotifyDataEnded || NS_SUCCEEDED(mNotifyDataEndedStatus));
}
// Get the principal for this stream. Anything accessing the contents of