mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1929736. Init Document::mIsInPrivateBrowsing. a=dmeehan
Original Revision: https://phabricator.services.mozilla.com/D228268 Differential Revision: https://phabricator.services.mozilla.com/D228431
This commit is contained in:
parent
583f3d6702
commit
19e5f2b524
@ -1413,6 +1413,7 @@ Document::Document(const char* aContentType)
|
||||
mUserHasInteracted(false),
|
||||
mHasUserInteractionTimerScheduled(false),
|
||||
mShouldResistFingerprinting(false),
|
||||
mIsInPrivateBrowsing(false),
|
||||
mCloningForSVGUse(false),
|
||||
mAllowDeclarativeShadowRoots(false),
|
||||
mSuspendDOMNotifications(false),
|
||||
|
Loading…
Reference in New Issue
Block a user