mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 638276 - Correct the name of the member variable in the comment for the nsTextEditorState class; a=doh!
CLOSED TREE DONTBUILD
This commit is contained in:
parent
313cebc618
commit
3a951d37f2
@ -112,7 +112,7 @@ struct SelectionState;
|
||||
*
|
||||
* * The editor's cached value. This value is stored in the mCachedValue member.
|
||||
* It is used to improve the performance of append operations to the text
|
||||
* control. A mutation observer stored in the mAnonDivObserver has the job of
|
||||
* control. A mutation observer stored in the mMutationObserver has the job of
|
||||
* invalidating this cache when the anonymous contect containing the value is
|
||||
* changed.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user