| 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 e23523445ac0b163f50b90aa006eacb939dc761a..e6d1c9468d5be5c677000172f4ef4b126442e7df 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -943,14 +943,6 @@ void WebLocalFrameImpl::replaceSelection(const WebString& text)
|
| frame()->editor().replaceSelectionWithText(text, selectReplacement, smartReplace);
|
| }
|
|
|
| -void WebLocalFrameImpl::insertText(const WebString& text)
|
| -{
|
| - if (frame()->inputMethodController().hasComposition())
|
| - frame()->inputMethodController().confirmComposition(text);
|
| - else
|
| - frame()->editor().insertText(text, 0);
|
| -}
|
| -
|
| void WebLocalFrameImpl::setMarkedText(const WebString& text, unsigned location, unsigned length)
|
| {
|
| Vector<CompositionUnderline> decorations;
|
|
|