| Index: third_party/WebKit/Source/core/svg/SVGAnimatedRect.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h b/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h
|
| index f3c1bbb4fe0fb0fc6e244e17d8b863d25687f00b..eea665d22f6e791041411b150a93ca75683c530a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedRect.h
|
| @@ -45,6 +45,11 @@ public:
|
| return new SVGAnimatedRect(contextElement, attributeName);
|
| }
|
|
|
| + DEFINE_INLINE_VIRTUAL_TRACE_WRAPPERS()
|
| + {
|
| + visitor->traceWrappers(contextElement());
|
| + }
|
| +
|
| protected:
|
| SVGAnimatedRect(SVGElement* contextElement, const QualifiedName& attributeName)
|
| : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::createInvalid())
|
|
|