Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGTextElement.cpp
index 9f1ba57..b7a5ae4 100644 (file)
@@ -30,7 +30,6 @@ namespace blink {
 inline SVGTextElement::SVGTextElement(Document& doc)
     : SVGTextPositioningElement(SVGNames::textTag, doc)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGTextElement)