Misc fixes for pedantic build warnings.
r=jfrancis@netscape.com a=sfraser@netscape.com git-svn-id: svn://10.0.0.236/trunk@83078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -899,6 +899,8 @@ nsEditor::nsEditor()
|
||||
, mRangeUpdater()
|
||||
, mShouldTxnSetSelection(PR_TRUE)
|
||||
, mBodyElement(nsnull)
|
||||
, mAction(nsnull)
|
||||
, mDirection(eNone)
|
||||
, mInIMEMode(PR_FALSE)
|
||||
, mIMETextRangeList(nsnull)
|
||||
, mIMETextNode(nsnull)
|
||||
@@ -908,8 +910,6 @@ nsEditor::nsEditor()
|
||||
, mEditorObservers(nsnull)
|
||||
, mDocDirtyState(-1)
|
||||
, mDocWeak(nsnull)
|
||||
, mAction(nsnull)
|
||||
, mDirection(eNone)
|
||||
{
|
||||
//initialize member variables here
|
||||
NS_INIT_REFCNT();
|
||||
|
||||
Reference in New Issue
Block a user