| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| index 31888a30059a5ab6f1eb59c332894a502bd89201..7ec3b067a2086e0aa53bc8e1f89a2aebdc77f773 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTypeAnimator.cpp
|
| @@ -237,7 +237,7 @@ void SVGAnimatedTypeAnimator::calculateAnimatedValue(float percentage, unsigned
|
| ASSERT(m_animationElement);
|
| ASSERT(m_contextElement);
|
|
|
| - RefPtrWillBeRawPtr<SVGPropertyBase> fromValue = m_animationElement->animationMode() == ToAnimation ? animated : from;
|
| + RefPtrWillBeRawPtr<SVGPropertyBase> fromValue = m_animationElement->getAnimationMode() == ToAnimation ? animated : from;
|
| RefPtrWillBeRawPtr<SVGPropertyBase> toValue = to;
|
| RefPtrWillBeRawPtr<SVGPropertyBase> toAtEndOfDurationValue = toAtEndOfDuration;
|
| RefPtrWillBeRawPtr<SVGPropertyBase> animatedValue = animated;
|
|
|