| Index: third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRectTearOff.h b/third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| index ce58c1b95ad840a7df91cc74792ae591a763350d..ee55a6436f700d702f962fdd87b09c9b21f392c3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| @@ -54,6 +54,8 @@ public:
|
| float width() { return target()->width(); }
|
| float height() { return target()->height(); }
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| private:
|
| SVGRectTearOff(SVGRect*, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
|
| };
|
|
|