Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp |
index 45c52d0a54f40706bf16835eb1615db7ae1fbb3a..4a0b73756cebe5719c9df47e1d3f24ff49437a5e 100644 |
--- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -1193,8 +1193,6 @@ bool SVGSMILElement::progress(SMILTime elapsed, SVGSMILElement* resultElement, b |
if ((oldActiveState == Active && m_activeState != Active) || restartedInterval == DidRestartInterval) { |
smilEndEventSender().dispatchEventSoon(this); |
endedActiveInterval(); |
- if (!animationIsContributing && this == resultElement) |
- clearAnimatedType(); |
} |
// Triggering all the pending events if the animation timeline is changed. |