Index: Source/core/animation/InterpolableValue.h |
diff --git a/Source/core/animation/InterpolableValue.h b/Source/core/animation/InterpolableValue.h |
index 60b584b0015e4cdeab9051a4becad77459705438..5dd653e1cdbf441b4f7cc50a5fe713ec1cb1468b 100644 |
--- a/Source/core/animation/InterpolableValue.h |
+++ b/Source/core/animation/InterpolableValue.h |
@@ -16,6 +16,7 @@ namespace blink { |
class CORE_EXPORT InterpolableValue : public NoBaseWillBeGarbageCollected<InterpolableValue> { |
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(InterpolableValue); |
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(InterpolableValue); |
public: |
virtual bool isNumber() const { return false; } |
virtual bool isBool() const { return false; } |