Chromium Code Reviews| Index: Source/core/events/Event.h |
| diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h |
| index 37a81e0e5d6c3a39026dfa1718613211b3f972ba..d75bc505f7075486f468f9073108b4a424476c6f 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; |
| + Vector<RefPtrWillBeRawPtr<EventTarget>> path() const; |
|
hayato
2015/01/15 04:15:28
Should be WillBeHeapVector?
|
| bool isBeingDispatched() const { return eventPhase(); } |