| Index: Source/core/svg/SVGAnimatedLength.h
|
| diff --git a/Source/core/svg/SVGAnimatedLength.h b/Source/core/svg/SVGAnimatedLength.h
|
| index a1370818f308469ee090405c3a8ef2ccff105d15..4aeac73943218e855be933d691a6eafd37d29e93 100644
|
| --- a/Source/core/svg/SVGAnimatedLength.h
|
| +++ b/Source/core/svg/SVGAnimatedLength.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class SVGAnimatedLength : public SVGAnimatedProperty<SVGLength> {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<SVGAnimatedLength> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtrWillBeRawPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode)
|
| {
|
|
|