Bug 891904 - Un-schedule full spell check when checker is disabled; r=ehsan

This commit is contained in:
Aryeh Gregor 2013-10-01 09:42:35 +03:00
Родитель 12a9956074
Коммит b4374620c5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -625,6 +625,7 @@ nsresult mozInlineSpellChecker::Cleanup(bool aDestroyingFrames)
}
mEditor = nullptr;
mFullSpellCheckScheduled = false;
return rv;
}