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

Unified Diff: Source/core/inspector/InspectorInputAgent.cpp

Issue 68303004: [oilpan] Move EventHandler to the heap (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 1 month 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 | « Source/WebKit/chromium/src/WebViewImpl.cpp ('k') | Source/core/page/AutoscrollController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorInputAgent.cpp
diff --git a/Source/core/inspector/InspectorInputAgent.cpp b/Source/core/inspector/InspectorInputAgent.cpp
index a2d3fa3dd47c778f8e966f476aaa53b9a512cd54..df59a04c9fcde5418448022aa15921705b4544ab 100644
--- a/Source/core/inspector/InspectorInputAgent.cpp
+++ b/Source/core/inspector/InspectorInputAgent.cpp
@@ -137,7 +137,7 @@ void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& t
convertedModifiers & PlatformEvent::MetaKey,
timestamp ? *timestamp : currentTime());
- EventHandler* handler = m_page->mainFrame()->eventHandler();
+ HANDLE(EventHandler) handler = m_page->mainFrame()->eventHandler();
switch (convertedType) {
case PlatformEvent::MousePressed:
handler->handleMousePressEvent(event);
« no previous file with comments | « Source/WebKit/chromium/src/WebViewImpl.cpp ('k') | Source/core/page/AutoscrollController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698