| Index: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index ef0945c0a3701af2d5f60eab12b74d633bc38b54..e4af68db429536f0be616fc3ed40a82755dc28a0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -117,7 +117,7 @@ void SVGAnimateMotionElement::updateAnimationPath()
|
|
|
| for (SVGMPathElement* mpath = Traversal<SVGMPathElement>::firstChild(*this); mpath; mpath = Traversal<SVGMPathElement>::nextSibling(*mpath)) {
|
| if (SVGPathElement* pathElement = mpath->pathElement()) {
|
| - m_animationPath = pathElement->asPath();
|
| + m_animationPath = pathElement->attributePath();
|
| foundMPath = true;
|
| break;
|
| }
|
|
|