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; |