| 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 ac351aca0cb37c86321900bf054c88568fafe9b5..717611d8d5c58cdbcc74720eb9a8608349318525 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.cpp
|
| @@ -1623,7 +1623,6 @@ void Editor::respondToChangedSelection(
|
| const Position& oldSelectionStart,
|
| FrameSelection::SetSelectionOptions options) {
|
| spellChecker().respondToChangedSelection(oldSelectionStart, options);
|
| - frame().inputMethodController().cancelCompositionIfSelectionIsInvalid();
|
| client().respondToChangedSelection(&frame(),
|
| frame().selection().getSelectionType());
|
| setStartNewKillRingSequence(true);
|
|
|