Index: Source/core/rendering/svg/SVGPathData.cpp |
diff --git a/Source/core/rendering/svg/SVGPathData.cpp b/Source/core/rendering/svg/SVGPathData.cpp |
index 19e50aebfe6fab35d310272dd4931fed968cc98c..bd94518746f05f83035834196656c19e5e9a72ea 100644 |
--- a/Source/core/rendering/svg/SVGPathData.cpp |
+++ b/Source/core/rendering/svg/SVGPathData.cpp |
@@ -74,7 +74,7 @@ static void updatePathFromLineElement(SVGElement* element, Path& path) |
static void updatePathFromPathElement(SVGElement* element, Path& path) |
{ |
- buildPathFromByteStream(toSVGPathElement(element)->pathByteStream(), path); |
+ buildPathFromByteStream(*toSVGPathElement(element)->pathByteStream(), path); |
} |
static void updatePathFromPolylineElement(SVGElement* element, Path& path) |