mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
adding construct-time value for an editor member bool.
This commit is contained in:
parent
e639415da3
commit
c207257f01
@ -147,6 +147,7 @@ nsEditor::nsEditor()
|
||||
, mPlaceHolderBatch(0)
|
||||
, mTxnStartNode(nsnull)
|
||||
, mTxnStartOffset(0)
|
||||
, mShouldTxnSetSelection(PR_TRUE)
|
||||
, mInIMEMode(PR_FALSE)
|
||||
, mIMETextRangeList(nsnull)
|
||||
, mIMETextNode(nsnull)
|
||||
|
@ -147,6 +147,7 @@ nsEditor::nsEditor()
|
||||
, mPlaceHolderBatch(0)
|
||||
, mTxnStartNode(nsnull)
|
||||
, mTxnStartOffset(0)
|
||||
, mShouldTxnSetSelection(PR_TRUE)
|
||||
, mInIMEMode(PR_FALSE)
|
||||
, mIMETextRangeList(nsnull)
|
||||
, mIMETextNode(nsnull)
|
||||
|
Loading…
x
Reference in New Issue
Block a user