| Index: Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| index 4ae9fe0bb451e6de614ef9b0f6735dff4d5635b4..175c80d17c6052b104e96c75562f6dcbaf418cc8 100644
|
| --- a/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
| @@ -91,7 +91,7 @@ PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableStrokeDasharrayList::interpola
|
| return adoptRefWillBeNoop(new AnimatableStrokeDasharrayList(interpolatedValues));
|
| }
|
|
|
| -void AnimatableStrokeDasharrayList::trace(Visitor* visitor)
|
| +DEFINE_TRACE(AnimatableStrokeDasharrayList)
|
| {
|
| AnimatableRepeatable::trace(visitor);
|
| }
|
|
|