Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan
This commit is contained in:
@@ -389,6 +389,9 @@ nsDocShell::nsDocShell()
|
||||
, mHasLoadedNonBlankURI(false)
|
||||
, mBlankTiming(false)
|
||||
{
|
||||
this->mHistoryID.m0 = {};
|
||||
this->mHistoryID.m1 = {};
|
||||
this->mHistoryID.m2 = {};
|
||||
AssertOriginAttributesMatchPrivateBrowsing();
|
||||
|
||||
nsContentUtils::GenerateUUIDInPlace(mHistoryID);
|
||||
|
||||
Reference in New Issue
Block a user