diff --git a/editor/base/nsEditorShell.cpp b/editor/base/nsEditorShell.cpp index 199aee2ea1d8..b0dbb7d256f4 100644 --- a/editor/base/nsEditorShell.cpp +++ b/editor/base/nsEditorShell.cpp @@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell() , mWebShell(nsnull) , mContentAreaWebShell(nsnull) , mEditorType(eUninitializedEditorType) -, mWrapColumn(0) , mStateMaintainer(nsnull) +, mWrapColumn(0) , mSuggestedWordIndex(0) , mDictionaryIndex(0) { diff --git a/editor/composer/src/nsEditorShell.cpp b/editor/composer/src/nsEditorShell.cpp index 199aee2ea1d8..b0dbb7d256f4 100644 --- a/editor/composer/src/nsEditorShell.cpp +++ b/editor/composer/src/nsEditorShell.cpp @@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell() , mWebShell(nsnull) , mContentAreaWebShell(nsnull) , mEditorType(eUninitializedEditorType) -, mWrapColumn(0) , mStateMaintainer(nsnull) +, mWrapColumn(0) , mSuggestedWordIndex(0) , mDictionaryIndex(0) {