Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGAnimateTransformElement.cpp
index 492cf72..d3bbf5c 100644 (file)
@@ -33,7 +33,6 @@ inline SVGAnimateTransformElement::SVGAnimateTransformElement(Document& document
     : SVGAnimateElement(SVGNames::animateTransformTag, document)
     , m_type(SVG_TRANSFORM_UNKNOWN)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGAnimateTransformElement)