| Index: third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| index b7c405d1aa11869c80b7c8a69a2cf9cd1047d82d..44d6d456be76abe8567c0106b3aefb6577695316 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.cpp
|
| @@ -51,4 +51,9 @@ DEFINE_TRACE(SVGAnimatedInteger)
|
| SVGAnimatedProperty<SVGInteger>::trace(visitor);
|
| }
|
|
|
| +DEFINE_TRACE_WRAPPERS(SVGAnimatedInteger)
|
| +{
|
| + visitor->traceWrappers(contextElement());
|
| +}
|
| +
|
| } // namespace blink
|
|
|