| Index: third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| index bd6fad960936c59028da2e15856885b717236563..c590ebeadb42e8359cc253516a855f41119e3bc7 100644
|
| --- a/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/spellcheck/SpellChecker.cpp
|
| @@ -1078,6 +1078,8 @@ DEFINE_TRACE(SpellChecker) {
|
|
|
| void SpellChecker::PrepareForLeakDetection() {
|
| spell_check_requester_->PrepareForLeakDetection();
|
| + if (RuntimeEnabledFeatures::idleTimeSpellCheckingEnabled())
|
| + idle_spell_check_callback_->Deactivate();
|
| }
|
|
|
| Vector<TextCheckingResult> SpellChecker::FindMisspellings(const String& text) {
|
|
|