| Index: third_party/WebKit/Source/core/svg/SVGAnimatedString.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedString.h b/third_party/WebKit/Source/core/svg/SVGAnimatedString.h
|
| index 2f543cd4a354ef722f3be16e7339ede2d2e06f64..10a7f7986414cf415f135739459b37c9d3af134f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedString.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedString.h
|
| @@ -49,6 +49,8 @@ public:
|
| virtual void setBaseVal(const String&, ExceptionState&);
|
| virtual String animVal();
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| protected:
|
| SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, SVGString* initialValue)
|
| : SVGAnimatedProperty<SVGString>(contextElement, attributeName, initialValue)
|
|
|