| 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();
|
| }
|
|
|
|
|