Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Unified Diff: Source/core/frame/DOMWindow.cpp

Issue 225823007: Migrate wheel events to EventHandlerRegistry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/DOMWindow.cpp
diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
index 9d85771d908ce7868b7e3d666b68851fcef5a44d..3cb5a28e9ad94ab1f7b603ee1e2c443507b9c225 100644
--- a/Source/core/frame/DOMWindow.cpp
+++ b/Source/core/frame/DOMWindow.cpp
@@ -407,7 +407,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);
}

Powered by Google App Engine
This is Rietveld 408576698