| Index: Source/core/animation/DefaultSVGInterpolation.cpp
|
| diff --git a/Source/core/animation/DefaultSVGInterpolation.cpp b/Source/core/animation/DefaultSVGInterpolation.cpp
|
| index 51c260cd61511183f12a86443f3f3d31c38ae6c5..874389fed61151b5a7ff70f0c810d2a72aaa3ace 100644
|
| --- a/Source/core/animation/DefaultSVGInterpolation.cpp
|
| +++ b/Source/core/animation/DefaultSVGInterpolation.cpp
|
| @@ -24,11 +24,4 @@ PassRefPtrWillBeRawPtr<SVGPropertyBase> DefaultSVGInterpolation::interpolatedVal
|
| return m_start;
|
| }
|
|
|
| -DEFINE_TRACE(DefaultSVGInterpolation)
|
| -{
|
| - visitor->trace(m_start);
|
| - visitor->trace(m_end);
|
| - SVGInterpolation::trace(visitor);
|
| -}
|
| -
|
| }
|
|
|