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 8523b0e6e601bb369dc6d87a4fba64c0b56ed0f9..4c4adb7d91a73d3d5e448dd18f2b2a958659f345 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp |
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp |
@@ -3151,7 +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); |
+ m_frame->chromeClient().clearToolTip(); |
if (initialKeyEvent.windowsVirtualKeyCode() == VK_CAPITAL) |
capsLockStateMayHaveChanged(); |