| Index: third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h b/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
|
| index 22dc169c2d1329a4e1905d8e3b24f13d5268254d..8ab02abb9e9768fade8d775a5c15ebbf626138a7 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthTearOff.h
|
| @@ -74,6 +74,8 @@ public:
|
|
|
| bool hasExposedLengthUnit();
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| private:
|
| SVGLengthTearOff(SVGLength*, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
|
| };
|
|
|