| Index: sky/engine/core/animation/animatable/AnimatableRepeatable.cpp
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableRepeatable.cpp b/sky/engine/core/animation/animatable/AnimatableRepeatable.cpp
|
| index e9cccd6ca2f2d89bcf0cc839880bd242dc7341c6..03c86e46d5ae849ae00338b4b22703bb7628e30f 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableRepeatable.cpp
|
| +++ b/sky/engine/core/animation/animatable/AnimatableRepeatable.cpp
|
| @@ -91,10 +91,4 @@ bool AnimatableRepeatable::equalTo(const AnimatableValue* value) const
|
| return true;
|
| }
|
|
|
| -void AnimatableRepeatable::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_values);
|
| - AnimatableValue::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|