| Index: third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.cpp b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| index eedf26046cc6765274d95f26be938f1ba1cd3882..e84573affa53ce61f588a2c5d20400ef4ee9b500 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| @@ -1079,9 +1079,7 @@ WebTextInputType InputMethodController::textInputType() const {
|
| }
|
|
|
| void InputMethodController::willChangeFocus() {
|
| - if (!finishComposingText(DoNotKeepSelection))
|
| - return;
|
| - frame().chromeClient().resetInputMethod();
|
| + finishComposingText(DoNotKeepSelection);
|
| }
|
|
|
| DEFINE_TRACE(InputMethodController) {
|
|
|