| Index: Source/core/svg/SVGPathBuilder.h
|
| diff --git a/Source/core/svg/SVGPathBuilder.h b/Source/core/svg/SVGPathBuilder.h
|
| index 535d579d7850d8f336691010b4f3c44475f4904e..6bc6ffce0bf8ee2ec117302c0f5834663c7bcf69 100644
|
| --- a/Source/core/svg/SVGPathBuilder.h
|
| +++ b/Source/core/svg/SVGPathBuilder.h
|
| @@ -54,7 +54,6 @@ private:
|
| virtual void arcTo(float, float, float, bool, bool, const FloatPoint&, PathCoordinateMode) override { ASSERT_NOT_REACHED(); }
|
|
|
| Path& m_path;
|
| - FloatPoint m_current;
|
| };
|
|
|
| } // namespace blink
|
|
|