| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index f3c093c2a37dbe3811c44b3143fb8eb487cd7611..c98c9cfc7d896aabc351adcc3121f1ecb29096e1 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -1314,12 +1314,6 @@ bool WebViewImpl::zoomToMultipleTargetsRect(const WebRect& rect)
|
| return true;
|
| }
|
|
|
| -void WebViewImpl::numberOfWheelEventHandlersChanged(unsigned numberOfWheelHandlers)
|
| -{
|
| - if (m_client)
|
| - m_client->numberOfWheelEventHandlersChanged(numberOfWheelHandlers);
|
| -}
|
| -
|
| void WebViewImpl::hasTouchEventHandlers(bool hasTouchHandlers)
|
| {
|
| if (m_client)
|
|
|