Index: Source/core/svg/SVGAnimatedLength.h |
diff --git a/Source/core/svg/SVGAnimatedLength.h b/Source/core/svg/SVGAnimatedLength.h |
index 54f8c2bc8d948b85b31f1cfb4ada772d8150e320..fbcf8958184551fa47829645708b39ce99ce5f0d 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 PassRefPtr<SVGAnimatedLength> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode) |
{ |