| Index: third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| index b21d54b4fe04c914bab5a2e8d04a3417dcfb51dd..8b1a81e105f18d7b112279239f246b57103706ae 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| @@ -78,7 +78,7 @@ Path SVGPathElement::asPath() const
|
| return svgStyle.d()->path();
|
| }
|
|
|
| - return m_path->currentValue()->pathValue()->path();
|
| + return m_path->currentValue()->pathValue()->cachedPath()->path();
|
| }
|
|
|
| const SVGPathByteStream& SVGPathElement::pathByteStream() const
|
|
|