зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1700051: part 12) Declare `mozInlineSpellStatus::mSpellChecker` `const`. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D109747
This commit is contained in:
Родитель
c15083e2e7
Коммит
14313e8270
|
@ -60,7 +60,7 @@ class mozInlineSpellStatus {
|
|||
// Return true if we plan to spell-check everything
|
||||
bool IsFullSpellCheck() const { return mOp == eOpChange && !mRange; }
|
||||
|
||||
RefPtr<mozInlineSpellChecker> mSpellChecker;
|
||||
const RefPtr<mozInlineSpellChecker> mSpellChecker;
|
||||
|
||||
enum Operation {
|
||||
eOpChange, // for SpellCheckAfterEditorChange except
|
||||
|
|
Загрузка…
Ссылка в новой задаче