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