mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 07:04:09 +00:00
Rearrange initialization of member vars to avoid build warning, fix by walker84@yahoo.com, b=169780, r=cmanske, sr=dveditz
This commit is contained in:
parent
8dfac42dfb
commit
5a09a20b46
@ -149,7 +149,8 @@ nsIAtom *nsEditor::gIMETxnName;
|
||||
nsIAtom *nsEditor::gDeleteTxnName;
|
||||
|
||||
nsEditor::nsEditor()
|
||||
: mModCount(0)
|
||||
: mContentMIMEType(nsnull)
|
||||
, mModCount(0)
|
||||
, mPresShellWeak(nsnull)
|
||||
, mViewManager(nsnull)
|
||||
, mUpdateCount(0)
|
||||
@ -171,7 +172,6 @@ nsEditor::nsEditor()
|
||||
, mActionListeners(nsnull)
|
||||
, mEditorObservers(nsnull)
|
||||
, mDocDirtyState(-1)
|
||||
, mContentMIMEType(nsnull)
|
||||
, mDocWeak(nsnull)
|
||||
{
|
||||
//initialize member variables here
|
||||
|
Loading…
x
Reference in New Issue
Block a user