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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.cpp

Issue 2742543002: Reland of Make EventHandlerRegistry store Page instead of FrameHost (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/EventHandlerRegistry.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameHost.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
index c8393af9e00a5cc04cbeac6c1484c57163844ace..7cd3dadc10e0e966a20b3c080687bac93744c0e5 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -54,7 +54,7 @@
m_overscrollController(
OverscrollController::create(*m_visualViewport,
m_page->chromeClient())),
- m_eventHandlerRegistry(new EventHandlerRegistry(*this)),
+ m_eventHandlerRegistry(new EventHandlerRegistry(page)),
m_consoleMessageStorage(new ConsoleMessageStorage()),
m_globalRootScrollerController(
TopDocumentRootScrollerController::create(*this)),
« no previous file with comments | « third_party/WebKit/Source/core/frame/EventHandlerRegistry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698