| Index: Source/core/page/EventHandler.cpp
|
| diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
|
| index 7dc34267cfa041ec3093e011e8d663fe52b3c528..fe7833c33045eeabdff7b6f7abd357cec31cc7e2 100644
|
| --- a/Source/core/page/EventHandler.cpp
|
| +++ b/Source/core/page/EventHandler.cpp
|
| @@ -2129,8 +2129,6 @@ bool EventHandler::isInsideScrollbar(const IntPoint& windowPoint) const
|
| bool EventHandler::shouldTurnVerticalTicksIntoHorizontal(const HitTestResult& result, const PlatformWheelEvent& event) const
|
| {
|
| #if OS(ANDROID) || OS(MACOSX) || OS(WIN)
|
| - UNUSED_PARAM(result);
|
| - UNUSED_PARAM(event);
|
| return false;
|
| #else
|
| // GTK+ must scroll horizontally if the mouse pointer is on top of the
|
|
|