| Index: Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp b/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| index 06ffd2ecdb4c3c4b4efec37ef587634173a60c9a..9f698aec5c97c9b7191b557dd982524b3c69cc42 100644
|
| --- a/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| @@ -48,7 +48,7 @@ bool AnimatableLengthPoint3D::equalTo(const AnimatableValue* value) const
|
| return x()->equals(lengthPoint->x()) && y()->equals(lengthPoint->y()) && z()->equals(lengthPoint->z());
|
| }
|
|
|
| -void AnimatableLengthPoint3D::trace(Visitor* visitor)
|
| +DEFINE_TRACE(AnimatableLengthPoint3D)
|
| {
|
| visitor->trace(m_x);
|
| visitor->trace(m_y);
|
|
|