| Index: third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h
|
| index 6e970353aa64954e50875930d98289145c903f5d..e2e748ecc9df0b676e7559e2de521de433cf2493 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.h
|
| @@ -46,6 +46,11 @@ public:
|
| return new SVGAnimatedNumberList(contextElement, attributeName, initialValue);
|
| }
|
|
|
| + DEFINE_INLINE_VIRTUAL_TRACE_WRAPPERS()
|
| + {
|
| + visitor->traceWrappers(contextElement());
|
| + }
|
| +
|
| protected:
|
| SVGAnimatedNumberList(SVGElement* contextElement, const QualifiedName& attributeName, SVGNumberList* initialValue)
|
| : SVGAnimatedProperty<SVGNumberList>(contextElement, attributeName, initialValue) { }
|
|
|