mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix compile warning
This commit is contained in:
parent
307e653e58
commit
f7081dc5da
@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell()
|
||||
, mWebShell(nsnull)
|
||||
, mContentAreaWebShell(nsnull)
|
||||
, mEditorType(eUninitializedEditorType)
|
||||
, mWrapColumn(0)
|
||||
, mStateMaintainer(nsnull)
|
||||
, mWrapColumn(0)
|
||||
, mSuggestedWordIndex(0)
|
||||
, mDictionaryIndex(0)
|
||||
{
|
||||
|
@ -137,8 +137,8 @@ nsEditorShell::nsEditorShell()
|
||||
, mWebShell(nsnull)
|
||||
, mContentAreaWebShell(nsnull)
|
||||
, mEditorType(eUninitializedEditorType)
|
||||
, mWrapColumn(0)
|
||||
, mStateMaintainer(nsnull)
|
||||
, mWrapColumn(0)
|
||||
, mSuggestedWordIndex(0)
|
||||
, mDictionaryIndex(0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user