diff --git a/editor/libeditor/base/nsEditor.cpp b/editor/libeditor/base/nsEditor.cpp index 02f6b2ef4b5..861a54cfb32 100644 --- a/editor/libeditor/base/nsEditor.cpp +++ b/editor/libeditor/base/nsEditor.cpp @@ -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