| Index: Source/core/svg/animation/SVGSMILElement.cpp
|
| ===================================================================
|
| --- Source/core/svg/animation/SVGSMILElement.cpp (revision 158536)
|
| +++ Source/core/svg/animation/SVGSMILElement.cpp (working copy)
|
| @@ -551,8 +551,6 @@
|
| 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());
|
|
|