| Index: Source/core/svg/SVGPathParser.h
|
| diff --git a/Source/core/svg/SVGPathParser.h b/Source/core/svg/SVGPathParser.h
|
| index 5da4aa86df3486627d5612e4f0ace2ac318e5258..dcc9c184d3deb673a4eff34594c3e3b9560d1f95 100644
|
| --- a/Source/core/svg/SVGPathParser.h
|
| +++ b/Source/core/svg/SVGPathParser.h
|
| @@ -65,7 +65,6 @@ private:
|
| PathCoordinateMode m_mode;
|
| PathParsingMode m_pathParsingMode;
|
| SVGPathSegType m_lastCommand;
|
| - bool m_closePath;
|
| FloatPoint m_controlPoint;
|
| FloatPoint m_currentPoint;
|
| FloatPoint m_subPathPoint;
|
|
|