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
parent 12a9956074
commit b4374620c5

View File

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