| Index: third_party/WebKit/Source/core/events/EventPath.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventPath.h b/third_party/WebKit/Source/core/events/EventPath.h
|
| index bbe7bd023447f50c8d3e95a5a92b1b3749136d31..efaf18d5fc0a50a0979a602f38bdb1ab077a6b0d 100644
|
| --- a/third_party/WebKit/Source/core/events/EventPath.h
|
| +++ b/third_party/WebKit/Source/core/events/EventPath.h
|
| @@ -44,7 +44,7 @@
|
| class TouchList;
|
| class TreeScope;
|
|
|
| -class CORE_EXPORT EventPath final : public GarbageCollected<EventPath> {
|
| +class CORE_EXPORT EventPath final : public GarbageCollectedFinalized<EventPath> {
|
| WTF_MAKE_NONCOPYABLE(EventPath);
|
| public:
|
| explicit EventPath(Node&, Event* = nullptr);
|
|
|