Index: Source/core/svg/SVGAnimationElement.cpp |
diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp |
index 48c27f4f0adfc8301def3cfe2b8dc9e79698537b..e50f1242355f573308e1dfee45a7945863e39083 100644 |
--- a/Source/core/svg/SVGAnimationElement.cpp |
+++ b/Source/core/svg/SVGAnimationElement.cpp |
@@ -50,8 +50,6 @@ SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document& |
, m_calcMode(CalcModeLinear) |
, m_animationMode(NoAnimation) |
{ |
- ScriptWrappable::init(this); |
- |
UseCounter::count(document, UseCounter::SVGAnimationElement); |
} |