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 444132c789bc022fbe02dadf5e58717d1f339fd8..1363f3f9af1553b6fb15cbd6fdd50d13be42f65e 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp |
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp |
@@ -3200,7 +3200,7 @@ bool EventHandler::handleAccessKey(const PlatformKeyboardEvent& evt) |
WebInputEventResult EventHandler::keyEvent(const PlatformKeyboardEvent& initialKeyEvent) |
{ |
RefPtrWillBeRawPtr<FrameView> protector(m_frame->view()); |
- m_frame->chromeClient().setToolTip(String(), LTR); |
+ m_frame->chromeClient().clearToolTip(); |
if (initialKeyEvent.windowsVirtualKeyCode() == VK_CAPITAL) |
capsLockStateMayHaveChanged(); |