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

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

Issue 2741633002: Remove FrameHost::eventHandlerRegistry() (Closed)
Patch Set: Rebase 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
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 ce9e70d2ad73f93b8c3a3f1146cca890ecf52cf7..41cba41eb491cf0eb61f6ec98be909231b044f33 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -91,14 +91,6 @@ const VisualViewport& FrameHost::visualViewport() const {
return *m_visualViewport;
}
-EventHandlerRegistry& FrameHost::eventHandlerRegistry() {
- return page().eventHandlerRegistry();
-}
-
-const EventHandlerRegistry& FrameHost::eventHandlerRegistry() const {
- return page().eventHandlerRegistry();
-}
-
ConsoleMessageStorage& FrameHost::consoleMessageStorage() {
return *m_consoleMessageStorage;
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameHost.h ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698