Index: Source/core/svg/SVGPolylineElement.cpp |
diff --git a/Source/core/svg/SVGPolylineElement.cpp b/Source/core/svg/SVGPolylineElement.cpp |
index b21cfe1257335517a3445081def571c769778351..7d4ff25f9e9ba0cb51ad3e6ae88c3fe113daebef 100644 |
--- a/Source/core/svg/SVGPolylineElement.cpp |
+++ b/Source/core/svg/SVGPolylineElement.cpp |
@@ -27,7 +27,6 @@ namespace blink { |
SVGPolylineElement::SVGPolylineElement(Document& document) |
: SVGPolyElement(SVGNames::polylineTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGPolylineElement) |