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 cd50481b90443be91a68f5f6586b9dacac2bc86a..fb1f808cb01ee5362a7ac594d89bdee6e909736d 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp |
@@ -75,7 +75,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 |