Index: Source/core/svg/SVGTSpanElement.cpp |
diff --git a/Source/core/svg/SVGTSpanElement.cpp b/Source/core/svg/SVGTSpanElement.cpp |
index 03109833f14da089b939a184ad78dba88e561514..e689eb85c9e5598368f44da47e024001207ac58f 100644 |
--- a/Source/core/svg/SVGTSpanElement.cpp |
+++ b/Source/core/svg/SVGTSpanElement.cpp |
@@ -30,7 +30,6 @@ namespace blink { |
inline SVGTSpanElement::SVGTSpanElement(Document& document) |
: SVGTextPositioningElement(SVGNames::tspanTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGTSpanElement) |