Index: Source/core/svg/SVGLengthListTearOff.h |
diff --git a/Source/core/svg/SVGLengthListTearOff.h b/Source/core/svg/SVGLengthListTearOff.h |
index 3dbfa3a9eff6e47730e46e42e56bec93699f9071..378db872ba1de48b7b9a7b000ab7cedcb319431e 100644 |
--- a/Source/core/svg/SVGLengthListTearOff.h |
+++ b/Source/core/svg/SVGLengthListTearOff.h |
@@ -50,7 +50,6 @@ private: |
SVGLengthListTearOff(PassRefPtr<SVGLengthList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null()) |
: SVGListPropertyTearOffHelper<SVGLengthListTearOff, SVGLengthList>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
- ScriptWrappable::init(this); |
} |
}; |