Index: Source/core/events/Event.h |
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h |
index 37a81e0e5d6c3a39026dfa1718613211b3f972ba..5a2e88c94dd9cd226baba380a748f3ca240e24ea 100644 |
--- a/Source/core/events/Event.h |
+++ b/Source/core/events/Event.h |
@@ -179,7 +179,7 @@ public: |
EventPath& eventPath() { ASSERT(m_eventPath); return *m_eventPath; } |
void initEventPath(Node&); |
- PassRefPtrWillBeRawPtr<StaticNodeList> path() const; |
+ WillBeHeapVector<RefPtrWillBeRawPtr<EventTarget>> path() const; |
bool isBeingDispatched() const { return eventPhase(); } |