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