Index: Source/core/animation/animatable/AnimatableStrokeDasharrayList.h |
diff --git a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h |
index 9d7ecb25ebfad216849caa1dab2379ffc004f902..8fbc0b362a8971b12f9638a2ba7c759d557726a4 100644 |
--- a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h |
+++ b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.h |
@@ -47,7 +47,7 @@ public: |
PassRefPtrWillBeRawPtr<SVGLengthList> toSVGLengthList() const; |
- virtual void trace(Visitor*) override; |
+ DECLARE_VIRTUAL_TRACE(); |
protected: |
virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override; |