| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| diff --git a/Source/core/svg/animation/SVGSMILElement.cpp b/Source/core/svg/animation/SVGSMILElement.cpp
|
| index f5a6b5717f5600b431a88888149b7c7b1af42df4..2714aacc8ad039c8a6de3959d79dd49b92a1a988 100644
|
| --- a/Source/core/svg/animation/SVGSMILElement.cpp
|
| +++ b/Source/core/svg/animation/SVGSMILElement.cpp
|
| @@ -551,8 +551,6 @@ void SVGSMILElement::svgAttributeChanged(const QualifiedName& attrName)
|
| else if (attrName.matches(XLinkNames::hrefAttr)) {
|
| SVGElementInstance::InvalidationGuard invalidationGuard(this);
|
| buildPendingResource();
|
| - if (m_targetElement)
|
| - clearAnimatedType(m_targetElement);
|
| } else if (inDocument()) {
|
| if (attrName == SVGNames::beginAttr)
|
| beginListChanged(elapsed());
|
|
|