| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 32d805f9a5ef089148ec60050f926c431ad18fe0..8900e6943f6859c95b17b3e18a0b12756293d011 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1301,10 +1301,6 @@ bool WebLocalFrameImpl::SetCompositionFromExistingText(
|
|
|
| InputMethodController& input_method_controller =
|
| GetFrame()->GetInputMethodController();
|
| - input_method_controller.CancelComposition();
|
| -
|
| - if (composition_start == composition_end)
|
| - return true;
|
|
|
| // TODO(editing-dev): The use of updateStyleAndLayoutIgnorePendingStylesheets
|
| // needs to be audited. See http://crbug.com/590369 for more details.
|
|
|