| Index: third_party/WebKit/Source/core/svg/SVGPointList.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPointList.cpp b/third_party/WebKit/Source/core/svg/SVGPointList.cpp
|
| index 43cc1c5a9a4e07293bf76ca93ace037ac1a83a63..b58f3d2116d2654d8e0e134b6be2eb6f9b8c203f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPointList.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPointList.cpp
|
| @@ -123,7 +123,7 @@ void SVGPointList::calculateAnimatedValue(SVGAnimationElement* animationElement,
|
| size_t toPointListSize = 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 < toPointListSize; ++i) {
|
|
|