| Index: Source/core/events/Event.h
|
| diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
|
| index d34ce2969d5d0aca8dac28fe106e01eaa9708d2d..ef9d3657149e3734ac33d845cf241f5e6202afaf 100644
|
| --- a/Source/core/events/Event.h
|
| +++ b/Source/core/events/Event.h
|
| @@ -177,7 +177,7 @@ public:
|
| EventPath& eventPath() { ASSERT(m_eventPath); return *m_eventPath; }
|
| EventPath& ensureEventPath();
|
|
|
| - PassRefPtrWillBeRawPtr<NodeList> path() const;
|
| + PassRefPtrWillBeRawPtr<StaticNodeList> path() const;
|
|
|
| bool isBeingDispatched() const { return eventPhase(); }
|
|
|
|
|