| Index: Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp
|
| index c56ef5cb42546ad7847fe21898ffaa16da13dbfe..486f36f8b18ea4bd346e128aed3f1976160e6db0 100644
|
| --- a/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -175,7 +175,7 @@ void SVGAnimateElement::resetAnimatedType()
|
|
|
| WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator end = animatedElements.end();
|
| for (WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator it = animatedElements.begin(); it != end; ++it)
|
| - document().accessSVGExtensions().addElementReferencingTarget(this, *it);
|
| + addReferenceTo(*it);
|
|
|
| if (!m_animatedProperty)
|
| m_animatedProperty = animator->startAnimValAnimation(animatedElements);
|
|
|