| Index: third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp
|
| index 84787c20a20a70a875809eb6267aea0326082c5e..205077e0883e20fa727d65263040232d0104534d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp
|
| @@ -21,4 +21,9 @@ String SVGAnimatedString::animVal()
|
| return SVGAnimatedProperty<SVGString>::animVal();
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGAnimatedString)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| } // namespace blink
|
|
|