init mModCount in constructor (bug 117399; sr=kin; r=glazou)
git-svn-id: svn://10.0.0.236/trunk@111494 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
27311e50b1
commit
30e10e45f7
@ -159,7 +159,8 @@ nsIAtom *nsEditor::gIMETxnName;
|
||||
nsIAtom *nsEditor::gDeleteTxnName;
|
||||
|
||||
nsEditor::nsEditor()
|
||||
: mPresShellWeak(nsnull)
|
||||
: mModCount(0)
|
||||
, mPresShellWeak(nsnull)
|
||||
, mViewManager(nsnull)
|
||||
, mUpdateCount(0)
|
||||
, mPlaceHolderTxn(nsnull)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user