| Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| index ecd0090b434d33534dfbabe94012931a44131329..3e705860fd189a9a8fd4c63f09a56c7cd08b3ca5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -157,19 +157,6 @@ bool SVGAnimateElement::calculateFromAndByValues(const String& fromString, const
|
| return true;
|
| }
|
|
|
| -SVGElementInstances SVGAnimateElement::findElementInstances(SVGElement* targetElement)
|
| -{
|
| - ASSERT(targetElement);
|
| - SVGElementInstances animatedElements;
|
| -
|
| - animatedElements.append(targetElement);
|
| -
|
| - const auto& instances = targetElement->instancesForElement();
|
| - animatedElements.appendRange(instances.begin(), instances.end());
|
| -
|
| - return animatedElements;
|
| -}
|
| -
|
| void SVGAnimateElement::resetAnimatedType()
|
| {
|
| SVGElement* targetElement = this->targetElement();
|
|
|