| Index: third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| index 4f8d7a7aa4cff2496966795de26da4ab0664e79a..2ac18bd5e4e116492b65a03456360f413336fbe5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| @@ -58,6 +58,8 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| protected:
|
| SVGAnimatedInteger(SVGElement* contextElement, const QualifiedName& attributeName, SVGInteger* initialValue)
|
| : SVGAnimatedProperty<SVGInteger>(contextElement, attributeName, initialValue)
|
|
|