| Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h
|
| index 1311c2cb8b5df312c77f6b93e7cfb9c5ceb0fc7d..1a4b45e3564a2c615b0a77a7ecad491538616d15 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumber.h
|
| @@ -58,6 +58,8 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| protected:
|
| SVGAnimatedNumber(SVGElement* contextElement, const QualifiedName& attributeName, SVGNumber* initialValue)
|
| : SVGAnimatedProperty<SVGNumber>(contextElement, attributeName, initialValue)
|
|
|