| Index: Source/core/svg/SVGPathParser.h
|
| diff --git a/Source/core/svg/SVGPathParser.h b/Source/core/svg/SVGPathParser.h
|
| index 465631c4a5efd1fddf6fcc4dc044ffb01bee6823..5da4aa86df3486627d5612e4f0ace2ac318e5258 100644
|
| --- a/Source/core/svg/SVGPathParser.h
|
| +++ b/Source/core/svg/SVGPathParser.h
|
| @@ -48,7 +48,7 @@ public:
|
| DECLARE_TRACE();
|
|
|
| private:
|
| - bool decomposeArcToCubic(float, float, float, FloatPoint&, FloatPoint&, bool largeArcFlag, bool sweepFlag);
|
| + bool decomposeArcToCubic(float, float, float, const FloatPoint&, const FloatPoint&, bool largeArcFlag, bool sweepFlag);
|
| void parseClosePathSegment();
|
| bool parseMoveToSegment();
|
| bool parseLineToSegment();
|
|
|