| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index 2603f194db0eb1a23fb61901b7b92f75c51c0a7f..4d9b7222319bf2a501225da56eaae20f81a5804f 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -776,11 +776,6 @@ bool ChromeClientImpl::shouldRunModalDialogDuringPageDismissal(const DialogType&
|
| return false;
|
| }
|
|
|
| -void ChromeClientImpl::numWheelEventHandlersChanged(unsigned numberOfWheelHandlers)
|
| -{
|
| - m_webView->numberOfWheelEventHandlersChanged(numberOfWheelHandlers);
|
| -}
|
| -
|
| void ChromeClientImpl::needTouchEvents(bool needsTouchEvents)
|
| {
|
| m_webView->hasTouchEventHandlers(needsTouchEvents);
|
|
|