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:
Timothy Nikkel 2024-11-09 15:03:16 +00:00
parent 583f3d6702
commit 19e5f2b524

View File

@ -1413,6 +1413,7 @@ Document::Document(const char* aContentType)
mUserHasInteracted(false),
mHasUserInteractionTimerScheduled(false),
mShouldResistFingerprinting(false),
mIsInPrivateBrowsing(false),
mCloningForSVGUse(false),
mAllowDeclarativeShadowRoots(false),
mSuspendDOMNotifications(false),