| Index: Source/core/animation/animatable/AnimatableRepeatable.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableRepeatable.cpp b/Source/core/animation/animatable/AnimatableRepeatable.cpp
|
| index e53504c5bd20219fc9aa7e0083252bea080c84b7..c6b1efa21168874628bde4627d047cdb5b9a6eb6 100644
|
| --- a/Source/core/animation/animatable/AnimatableRepeatable.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableRepeatable.cpp
|
| @@ -91,7 +91,7 @@ bool AnimatableRepeatable::equalTo(const AnimatableValue* value) const
|
| return true;
|
| }
|
|
|
| -void AnimatableRepeatable::trace(Visitor* visitor)
|
| +DEFINE_TRACE(AnimatableRepeatable)
|
| {
|
| visitor->trace(m_values);
|
| AnimatableValue::trace(visitor);
|
|
|