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

Unified Diff: Source/core/dom/Node.h

Issue 333623002: Oilpan: Prepare to move EventDispatchMediator to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index ab6025ec6b05c7eb185dfea346072bce1dfc687f..a7f7a9ce02651c9db059c00e613545bf7756a16f 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -624,7 +624,7 @@ public:
virtual bool dispatchEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE;
void dispatchScopedEvent(PassRefPtrWillBeRawPtr<Event>);
- void dispatchScopedEventDispatchMediator(PassRefPtr<EventDispatchMediator>);
+ void dispatchScopedEventDispatchMediator(PassRefPtrWillBeRawPtr<EventDispatchMediator>);
virtual void handleLocalEvents(Event*);
« no previous file with comments | « no previous file | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698