| Index: third_party/WebKit/Source/core/input/EventHandler.cpp
|
| diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| index fc6b6c83c39df4e0e8e3b3eb93b303e48157a417..8523b0e6e601bb369dc6d87a4fba64c0b56ed0f9 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.cpp
|
| @@ -3151,6 +3151,7 @@ bool EventHandler::handleAccessKey(const PlatformKeyboardEvent& evt)
|
| bool EventHandler::keyEvent(const PlatformKeyboardEvent& initialKeyEvent)
|
| {
|
| RefPtrWillBeRawPtr<FrameView> protector(m_frame->view());
|
| + m_frame->chromeClient().setToolTip(String(), LTR);
|
|
|
| if (initialKeyEvent.windowsVirtualKeyCode() == VK_CAPITAL)
|
| capsLockStateMayHaveChanged();
|
|
|