| Index: Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPositioningElement.cpp b/Source/core/svg/SVGTextPositioningElement.cpp
|
| index 2e0cae11f5965f941f1cbbb1e32e80f314ea7230..dbe7fb8eb789453e29badc79b685cebf4f4b7624 100644
|
| --- a/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -38,8 +38,6 @@ SVGTextPositioningElement::SVGTextPositioningElement(const QualifiedName& tagNam
|
| , m_dy(SVGAnimatedLengthList::create(this, SVGNames::dyAttr, SVGLengthList::create(LengthModeHeight)))
|
| , m_rotate(SVGAnimatedNumberList::create(this, SVGNames::rotateAttr, SVGNumberList::create()))
|
| {
|
| - ScriptWrappable::init(this);
|
| -
|
| addToPropertyMap(m_x);
|
| addToPropertyMap(m_y);
|
| addToPropertyMap(m_dx);
|
|
|