| Index: Source/core/events/Event.h
|
| diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
|
| index 5a2e88c94dd9cd226baba380a748f3ca240e24ea..0f3203538be4db2a239fbe46586042ae06e17bcc 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&);
|
|
|
| - WillBeHeapVector<RefPtrWillBeRawPtr<EventTarget>> path() const;
|
| + WillBeHeapVector<RefPtrWillBeMember<EventTarget>> path() const;
|
|
|
| bool isBeingDispatched() const { return eventPhase(); }
|
|
|
|
|