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

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

Issue 2715193002: Revert of Implement complete lifecycle transition for IdleSpellCheckCallback (Closed)
Patch Set: 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 6fbeccb1fdacb7198be1513136f7dce3176f1a3a..6011a271e56e41e680b1c6717d3fc6655e6a4142 100644
--- a/third_party/WebKit/Source/core/editing/Editor.cpp
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp
@@ -740,7 +740,7 @@
cache->handleEditableTextContentChanged(node);
}
- spellChecker().respondToChangedContents(endingSelection);
+ spellChecker().updateMarkersForWordsAffectedByEditing(true);
client().respondToChangedContents();
}

Powered by Google App Engine
This is Rietveld 408576698