| Index: third_party/WebKit/Source/core/svg/SVGLengthListTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthListTearOff.h b/third_party/WebKit/Source/core/svg/SVGLengthListTearOff.h
|
| index c70c156a20df8184235608f454f4210ab221f5cf..4c738f2ffbfcf694aafde2e9d5bf5203c7c68035 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLengthListTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthListTearOff.h
|
| @@ -46,6 +46,11 @@ public:
|
| return new SVGLengthListTearOff(target, contextElement, propertyIsAnimVal, attributeName);
|
| }
|
|
|
| + DEFINE_INLINE_VIRTUAL_TRACE_WRAPPERS()
|
| + {
|
| + visitor->traceWrappers(contextElement());
|
| + }
|
| +
|
| private:
|
| SVGLengthListTearOff(SVGLengthList* target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| : SVGListPropertyTearOffHelper<SVGLengthListTearOff, SVGLengthList>(target, contextElement, propertyIsAnimVal, attributeName)
|
|
|