| Index: Source/core/frame/DOMWindow.cpp
|
| diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
|
| index 7907f6bef23e8426fc5c6057ad4b30969b33e952..864b2e645eab7d9e7649219948c63809abe9ffbf 100644
|
| --- a/Source/core/frame/DOMWindow.cpp
|
| +++ b/Source/core/frame/DOMWindow.cpp
|
| @@ -416,7 +416,6 @@ PassRefPtrWillBeRawPtr<Document> DOMWindow::installNewDocument(const String& mim
|
| m_frame->selection().updateSecureKeyboardEntryIfActive();
|
|
|
| if (m_frame->isMainFrame()) {
|
| - m_frame->notifyChromeClientWheelEventHandlerCountChanged();
|
| if (m_document->hasTouchEventHandlers())
|
| m_frame->host()->chrome().client().needTouchEvents(true);
|
| }
|
|
|