| Index: third_party/WebKit/Source/core/events/Event.h
|
| diff --git a/third_party/WebKit/Source/core/events/Event.h b/third_party/WebKit/Source/core/events/Event.h
|
| index 161b585e05e16248366e27b4e6af3d69b5f6398d..f22444a65d97b60a202c1b34d1e93e9019618e72 100644
|
| --- a/third_party/WebKit/Source/core/events/Event.h
|
| +++ b/third_party/WebKit/Source/core/events/Event.h
|
| @@ -196,7 +196,7 @@ public:
|
| void initEventPath(Node&);
|
|
|
| HeapVector<Member<EventTarget>> path(ScriptState*) const;
|
| - HeapVector<Member<EventTarget>> deepPath(ScriptState*) const;
|
| + HeapVector<Member<EventTarget>> composedPath(ScriptState*) const;
|
|
|
| bool isBeingDispatched() const { return eventPhase(); }
|
|
|
|
|