| Index: third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPath.cpp b/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| index 43aa50897c54a85db5b68233592ca9831a9e1be5..f01052343ebeb09636f278d207ef7a9839540a7d 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPath.cpp
|
| @@ -122,7 +122,7 @@ void SVGPath::add(PassRefPtrWillBeRawPtr<SVGPropertyBase> other, SVGElement*)
|
| void SVGPath::calculateAnimatedValue(SVGAnimationElement* animationElement, float percentage, unsigned repeatCount, PassRefPtrWillBeRawPtr<SVGPropertyBase> fromValue, PassRefPtrWillBeRawPtr<SVGPropertyBase> toValue, PassRefPtrWillBeRawPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement*)
|
| {
|
| ASSERT(animationElement);
|
| - bool isToAnimation = animationElement->animationMode() == ToAnimation;
|
| + bool isToAnimation = animationElement->getAnimationMode() == ToAnimation;
|
|
|
| const SVGPath& to = toSVGPath(*toValue);
|
| const SVGPathByteStream& toStream = to.byteStream();
|
|
|