| Index: third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLengthList.cpp b/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| index 206b3a8ab51ad8cdfd92616c3ac2467bdc598a60..df8cec0727f62d767482de5aef3f833668ffcda1 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLengthList.cpp
|
| @@ -139,7 +139,7 @@ void SVGLengthList::calculateAnimatedValue(SVGAnimationElement* animationElement
|
| size_t toLengthListSize = 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 < toLengthListSize; ++i) {
|
|
|