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