| Index: third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| index af26c0c48b3c01f62f98797201980c431c1e5a62..1aa491a3a8e216e1b7762a4715698858de55c770 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
|
| @@ -50,6 +50,11 @@ DEFINE_TRACE(SVGAnimatedAngle)
|
| SVGAnimatedProperty<SVGAngle>::trace(visitor);
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGAnimatedAngle)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| bool SVGAnimatedAngle::needsSynchronizeAttribute()
|
| {
|
| return m_orientType->needsSynchronizeAttribute()
|
|
|