| Index: Source/core/svg/SVGAnimatedString.h
|
| diff --git a/Source/core/svg/SVGAnimatedString.h b/Source/core/svg/SVGAnimatedString.h
|
| index 106e3aa20976e207ce291f0829b1e604c6dc8f95..86258cf5e85406bba56f332347db229457820610 100644
|
| --- a/Source/core/svg/SVGAnimatedString.h
|
| +++ b/Source/core/svg/SVGAnimatedString.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class SVGAnimatedString final : public SVGAnimatedProperty<SVGString> {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGAnimatedString> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue)
|
| {
|
|
|