Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPolygonElement.cpp
index 3b747b5..271e6e3 100644 (file)
@@ -27,7 +27,6 @@ namespace blink {
 inline SVGPolygonElement::SVGPolygonElement(Document& document)
     : SVGPolyElement(SVGNames::polygonTag, document)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGPolygonElement)