Index: Source/core/svg/SVGAnimateMotionElement.cpp |
diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp |
index 6f8032d8b3168c4263209fe8c51e8bd8b6a74484..3e2c25038ff6c8041a018fff7ad53732daea9657 100644 |
--- a/Source/core/svg/SVGAnimateMotionElement.cpp |
+++ b/Source/core/svg/SVGAnimateMotionElement.cpp |
@@ -45,7 +45,6 @@ inline SVGAnimateMotionElement::SVGAnimateMotionElement(Document& document) |
, m_hasToPointAtEndOfDuration(false) |
{ |
setCalcMode(CalcModePaced); |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGAnimateMotionElement) |