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 fb4d38efb0921a32a6cbb6442e0da96eb1549ef5..a9f78b8f75f1d9963de6387c0fab6ff2fe70fd89 100644 |
--- a/third_party/WebKit/Source/core/editing/Editor.cpp |
+++ b/third_party/WebKit/Source/core/editing/Editor.cpp |
@@ -1353,7 +1353,6 @@ void Editor::setMarkedTextMatchesAreHighlighted(bool flag) |
void Editor::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) |
{ |
spellChecker().respondToChangedSelection(oldSelection, options); |
- frame().inputMethodController().cancelCompositionIfSelectionIsInvalid(); |
notifyComponentsOnChangedSelection(); |
} |