| Index: third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
|
| index ddbb866d35e3ba6436d344f6f96faee2078ffdd4..eec40eb6f4c2a71438eebf3d9fcf98090f22c42c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
|
| @@ -51,4 +51,9 @@ SVGParsingError SVGAnimatedLength::setBaseValueAsString(const String& value)
|
| return parseStatus;
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGAnimatedLength)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| } // namespace blink
|
|
|