Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: third_party/WebKit/Source/core/editing/Editor.cpp

Issue 2701983002: Implement complete lifecycle transition for IdleSpellCheckCallback (Closed)
Patch Set: Fix compiler error Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/editing/Editor.cpp
diff --git a/third_party/WebKit/Source/core/editing/Editor.cpp b/third_party/WebKit/Source/core/editing/Editor.cpp
index 78d50f6a5638356c67412373275aec07b8c55b1a..06c5d14c9e91215e653b65b61d04f7dcc6c8cdae 100644
--- a/third_party/WebKit/Source/core/editing/Editor.cpp
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp
@@ -740,7 +740,7 @@ void Editor::respondToChangedContents(const Position& position) {
cache->handleEditableTextContentChanged(node);
}
- spellChecker().updateMarkersForWordsAffectedByEditing(true);
+ spellChecker().respondToChangedContents();
client().respondToChangedContents();
}

Powered by Google App Engine
This is Rietveld 408576698