Index: Source/core/animation/ElementAnimations.h |
diff --git a/Source/core/animation/ElementAnimations.h b/Source/core/animation/ElementAnimations.h |
index bc2607d976ea029077e9f7f4ff7bc863ce302002..3bf98654a7b31311f964323718a1d73adcf6ff57 100644 |
--- a/Source/core/animation/ElementAnimations.h |
+++ b/Source/core/animation/ElementAnimations.h |
@@ -45,6 +45,7 @@ class CSSAnimations; |
using AnimationCountedSet = WillBeHeapHashCountedSet<RawPtrWillBeWeakMember<Animation>>; |
class ElementAnimations : public NoBaseWillBeGarbageCollectedFinalized<ElementAnimations> { |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ElementAnimations); |
WTF_MAKE_NONCOPYABLE(ElementAnimations); |
public: |
ElementAnimations(); |