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