Index: Source/core/svg/animation/SVGSMILElement.cpp |
diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp |
index 719cd493840b94a7801b10273ec43467b5cb4cea..9df8b9a6df64aab2f0d3831e17e582288e38fbfb 100644 |
--- a/Source/core/svg/animation/SVGSMILElement.cpp |
+++ b/Source/core/svg/animation/SVGSMILElement.cpp |
@@ -557,6 +557,7 @@ void SVGSMILElement::svgAttributeChanged(const QualifiedName& attrName) |
clearAnimatedType(); |
} else if (attrName == SVGNames::beginAttr || attrName == SVGNames::endAttr) { |
if (inDocument()) { |
+ connectEventBaseConditions(); |
if (attrName == SVGNames::beginAttr) |
beginListChanged(elapsed()); |
else if (attrName == SVGNames::endAttr) |