Bug 1700051: part 12) Declare `mozInlineSpellStatus::mSpellChecker` `const`. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D109747
This commit is contained in:
Mirko Brodesser 2021-03-26 09:21:12 +00:00
Родитель c15083e2e7
Коммит 14313e8270
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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