Bug 589577 - valgrind - Conditional jump or move depends on uninitialised value(s) at (nsEditor::SetFlags(unsigned int)|nsEditor::CanEnableSpellCheck()) at startup and dom mochitest; r,a=roc

This commit is contained in:
Ehsan Akhgari 2010-08-22 20:35:37 -04:00
Родитель 542c207761
Коммит e060270f8c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -139,6 +139,7 @@ extern nsIParserService *sParserService;
nsEditor::nsEditor()
: mModCount(0)
, mFlags(0)
, mPresShellWeak(nsnull)
, mUpdateCount(0)
, mSpellcheckCheckboxState(eTriUnset)