| Index: third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
|
| index 7b491d2470cfce95d20c09996b8c149e19400d27..762222239a5dfd22ae40448417bef203e137bd97 100644
|
| --- a/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
|
| @@ -147,11 +147,11 @@ bool WebInputMethodControllerImpl::commitText(
|
| }
|
|
|
| WebTextInputInfo WebInputMethodControllerImpl::textInputInfo() {
|
| - return frame()->inputMethodController().textInputInfo();
|
| + return inputMethodController().textInputInfo();
|
| }
|
|
|
| WebTextInputType WebInputMethodControllerImpl::textInputType() {
|
| - return frame()->inputMethodController().textInputType();
|
| + return inputMethodController().textInputType();
|
| }
|
|
|
| LocalFrame* WebInputMethodControllerImpl::frame() const {
|
|
|