Index: Source/core/animation/InterpolableValue.h |
diff --git a/Source/core/animation/InterpolableValue.h b/Source/core/animation/InterpolableValue.h |
index 69bb1a2bb6256fa8e2f547e1c54f7515375e5710..b33d0f001de3cd0ecd803e7c82f106c7bbcc041a 100644 |
--- a/Source/core/animation/InterpolableValue.h |
+++ b/Source/core/animation/InterpolableValue.h |
@@ -38,8 +38,6 @@ private: |
friend class InterpolableList; |
}; |
-WILL_BE_EAGERLY_TRACED(InterpolableValue); |
- |
class InterpolableNumber final : public InterpolableValue { |
public: |
static PassOwnPtrWillBeRawPtr<InterpolableNumber> create(double value) |