Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan

This commit is contained in:
Tristan Bourvon
2018-04-10 21:11:02 +02:00
parent 6ca6b03ffd
commit 6095241db8
536 changed files with 5457 additions and 2818 deletions

View File

@@ -389,6 +389,9 @@ nsDocShell::nsDocShell()
, mHasLoadedNonBlankURI(false)
, mBlankTiming(false)
{
this->mHistoryID.m0 = {};
this->mHistoryID.m1 = {};
this->mHistoryID.m2 = {};
AssertOriginAttributesMatchPrivateBrowsing();
nsContentUtils::GenerateUUIDInPlace(mHistoryID);