Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGAnimateMotionElement.cpp
index 6f8032d..3e2c250 100644 (file)
@@ -45,7 +45,6 @@ inline SVGAnimateMotionElement::SVGAnimateMotionElement(Document& document)
     , m_hasToPointAtEndOfDuration(false)
 {
     setCalcMode(CalcModePaced);
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGAnimateMotionElement)