Index: Source/core/svg/SVGTextContentElement.cpp |
diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp |
index 8678886ecc61572ef697b81d43c3333266c3cc1b..41748b18f2da1839b5d88fb6350b66cc304fa6f5 100644 |
--- a/Source/core/svg/SVGTextContentElement.cpp |
+++ b/Source/core/svg/SVGTextContentElement.cpp |
@@ -78,8 +78,6 @@ SVGTextContentElement::SVGTextContentElement(const QualifiedName& tagName, Docum |
, m_textLengthIsSpecifiedByUser(false) |
, m_lengthAdjust(SVGAnimatedEnumeration<SVGLengthAdjustType>::create(this, SVGNames::lengthAdjustAttr, SVGLengthAdjustSpacing)) |
{ |
- ScriptWrappable::init(this); |
- |
addToPropertyMap(m_textLength); |
addToPropertyMap(m_lengthAdjust); |
} |