| 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 edb2409e16344d8af00cab0cb28b97c9281522e9..47f9078fcb31fce751ef5ed8ea7931946fbb9643 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2543,7 +2543,7 @@ base::SingleThreadTaskRunner* WebLocalFrameImpl::UnthrottledTaskRunner() {
|
| ->ToSingleThreadTaskRunner();
|
| }
|
|
|
| -WebInputMethodControllerImpl* WebLocalFrameImpl::GetInputMethodController() {
|
| +WebInputMethodController* WebLocalFrameImpl::GetInputMethodController() {
|
| return &input_method_controller_;
|
| }
|
|
|
|
|