Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan
This commit is contained in:
@@ -80,6 +80,11 @@ private:
|
||||
|
||||
nsHtml5TreeOperation::nsHtml5TreeOperation()
|
||||
: mOpCode(eTreeOpUninitialized)
|
||||
, mOne{}
|
||||
, mTwo{}
|
||||
, mThree{}
|
||||
, mFour{}
|
||||
, mFive{}
|
||||
{
|
||||
MOZ_COUNT_CTOR(nsHtml5TreeOperation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user