Index: Source/core/events/EventPath.h |
diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h |
index cd9608de597d9aed2b018ce33f900f260acc7562..0be89d1398328e1f174d588d8e63481b735bf4cd 100644 |
--- a/Source/core/events/EventPath.h |
+++ b/Source/core/events/EventPath.h |
@@ -45,6 +45,8 @@ class TouchList; |
class TreeScope; |
class CORE_EXPORT EventPath final : public NoBaseWillBeGarbageCollectedFinalized<EventPath> { |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(EventPath); |
+ WTF_MAKE_NONCOPYABLE(EventPath); |
public: |
explicit EventPath(Node&, Event* = nullptr); |