summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/win/EventHandlerWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/win/EventHandlerWin.cpp')
-rw-r--r--Source/WebCore/page/win/EventHandlerWin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/page/win/EventHandlerWin.cpp b/Source/WebCore/page/win/EventHandlerWin.cpp
index 039d70b..39a91de 100644
--- a/Source/WebCore/page/win/EventHandlerWin.cpp
+++ b/Source/WebCore/page/win/EventHandlerWin.cpp
@@ -81,7 +81,7 @@ bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget
return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
}
-bool EventHandler::tabsToAllControls(KeyboardEvent*) const
+bool EventHandler::tabsToAllFormControls(KeyboardEvent*) const
{
return true;
}