| Index: third_party/WebKit/Source/core/svg/SVGNumberList.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumberList.cpp b/third_party/WebKit/Source/core/svg/SVGNumberList.cpp
|
| index 85d621e21155da72f656a8e32b719684b3ed2d39..ddc896dc2fa55fa11d4b319386f9c46330518309 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumberList.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumberList.cpp
|
| @@ -108,7 +108,7 @@ void SVGNumberList::calculateAnimatedValue(SVGAnimationElement* animationElement
|
| size_t toListSize = toList->length();
|
| size_t toAtEndOfDurationListSize = toAtEndOfDurationList->length();
|
|
|
| - if (!adjustFromToListValues(fromList, toList, percentage, animationElement->animationMode()))
|
| + if (!adjustFromToListValues(fromList, toList, percentage, animationElement->getAnimationMode()))
|
| return;
|
|
|
| for (size_t i = 0; i < toListSize; ++i) {
|
|
|