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