| Index: Source/core/svg/SVGTextElement.cpp
|
| diff --git a/Source/core/svg/SVGTextElement.cpp b/Source/core/svg/SVGTextElement.cpp
|
| index 9f1ba5744d1a3411f10b5d7de0f1a9a6dc86bcd7..b7a5ae4db1e3a91a11bfe3ca6d255abf43b81717 100644
|
| --- a/Source/core/svg/SVGTextElement.cpp
|
| +++ b/Source/core/svg/SVGTextElement.cpp
|
| @@ -30,7 +30,6 @@ namespace blink {
|
| inline SVGTextElement::SVGTextElement(Document& doc)
|
| : SVGTextPositioningElement(SVGNames::textTag, doc)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(SVGTextElement)
|
|
|