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

Unified Diff: Source/core/events/EventPath.h

Issue 308073005: Oilpan: Replace RefPtrs to Node and its subclasses in core/events/ with Oilpan transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/events/EventDispatcher.h ('k') | Source/core/events/EventPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventPath.h
diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h
index ea0f1dcbe79ff8d29dbb0d64f7aab88082850ce5..0c7dab1008d32dc766bdac3de5797c949654d858 100644
--- a/Source/core/events/EventPath.h
+++ b/Source/core/events/EventPath.h
@@ -95,7 +95,7 @@ private:
static void checkReachability(TreeScope&, TouchList&);
#endif
- Vector<NodeEventContext, 64> m_nodeEventContexts;
+ WillBeHeapVector<NodeEventContext, 64> m_nodeEventContexts;
Node* m_node;
RawPtrWillBeMember<Event> m_event;
Vector<RefPtr<TreeScopeEventContext> > m_treeScopeEventContexts;
« no previous file with comments | « Source/core/events/EventDispatcher.h ('k') | Source/core/events/EventPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698