| Index: third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| index ff630307bf83bc7d4480ba028e8d260a36a61c0b..fc75a510a50e0b08c1263d2df9f5dee941713aca 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| @@ -48,6 +48,8 @@ public:
|
| void setDefaultValueAsString(const String&);
|
| SVGParsingError setBaseValueAsString(const String&) override;
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| protected:
|
| SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, SVGLength* initialValue)
|
| : SVGAnimatedProperty<SVGLength>(contextElement, attributeName, initialValue)
|
|
|