| Index: Source/core/layout/style/SVGLayoutStyleDefs.h
|
| diff --git a/Source/core/layout/style/SVGLayoutStyleDefs.h b/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| index 4d15c3f9e8aaa1b176f7ba9d50cb0850c27006b3..6431379896a8ec82ef503be9e19b7a04537c059c 100644
|
| --- a/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| +++ b/Source/core/layout/style/SVGLayoutStyleDefs.h
|
| @@ -161,7 +161,7 @@ public:
|
| float miterLimit;
|
|
|
| RefPtrWillBePersistent<SVGLength> width;
|
| - RefPtrWillBePersistent<SVGLength> dashOffset;
|
| + Length dashOffset;
|
| RefPtrWillBePersistent<SVGLengthList> dashArray;
|
|
|
| SVGPaintType paintType;
|
|
|