Index: Source/core/svg/properties/SVGAnimatedProperty.cpp |
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
index a3ec3400848ceeba7cbe96140684c0ecdd11bea2..3506f1b286092e74f40c8fff372f313183fe3932 100644 |
--- a/Source/core/svg/properties/SVGAnimatedProperty.cpp |
+++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
@@ -62,6 +62,7 @@ void SVGAnimatedPropertyBase::animationStarted() |
void SVGAnimatedPropertyBase::animationEnded() |
{ |
+ synchronizeAttribute(); |
ASSERT(isAnimating()); |
m_isAnimating = false; |
} |