Index: Source/core/svg/SVGAnimatedTypeAnimator.cpp |
diff --git a/Source/core/svg/SVGAnimatedTypeAnimator.cpp b/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
index ecc6f61404ac233e7f96a0a4281077e8fd898619..2cdb0295e2e11a40ae3008a17137047e3e50807c 100644 |
--- a/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
+++ b/Source/core/svg/SVGAnimatedTypeAnimator.cpp |
@@ -199,8 +199,6 @@ PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::startAnimValAnimation(const |
ASSERT(isAnimatingSVGDom()); |
SVGElement::InstanceUpdateBlocker blocker(m_contextElement); |
- invokeMethodOnAllTargetProperties(list, m_animatedProperty->attributeName(), &SVGAnimatedPropertyBase::animationStarted); |
- |
return resetAnimation(list); |
} |