Index: Source/core/layout/style/SVGLayoutStyleDefs.cpp |
diff --git a/Source/core/layout/style/SVGLayoutStyleDefs.cpp b/Source/core/layout/style/SVGLayoutStyleDefs.cpp |
index 2419eef65fff757987b12724d9c94296b672bc18..44b837e4dc46bfc15582e3dea34db3da9a9a238c 100644 |
--- a/Source/core/layout/style/SVGLayoutStyleDefs.cpp |
+++ b/Source/core/layout/style/SVGLayoutStyleDefs.cpp |
@@ -87,7 +87,7 @@ StyleStrokeData::StyleStrokeData(const StyleStrokeData& other) |
, miterLimit(other.miterLimit) |
, width(other.width->clone()) |
, dashOffset(other.dashOffset) |
- , dashArray(other.dashArray->clone()) |
+ , dashArray(other.dashArray) |
, paintType(other.paintType) |
, paintColor(other.paintColor) |
, paintUri(other.paintUri) |