| Index: Source/core/svg/SVGPathTraversalStateBuilder.cpp
|
| diff --git a/Source/core/svg/SVGPathTraversalStateBuilder.cpp b/Source/core/svg/SVGPathTraversalStateBuilder.cpp
|
| index d1bfab4bd3941cc025b32590230b5d689863257f..1262d4996b7fcd3a28560a20e52cda9d5fdc26a1 100644
|
| --- a/Source/core/svg/SVGPathTraversalStateBuilder.cpp
|
| +++ b/Source/core/svg/SVGPathTraversalStateBuilder.cpp
|
| @@ -33,7 +33,7 @@ SVGPathTraversalStateBuilder::SVGPathTraversalStateBuilder(PathTraversalState& t
|
| m_traversalState.m_desiredLength = desiredLength;
|
| }
|
|
|
| -void SVGPathTraversalStateBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode)
|
| +void SVGPathTraversalStateBuilder::moveTo(const FloatPoint& targetPoint, PathCoordinateMode)
|
| {
|
| m_traversalState.m_totalLength += m_traversalState.moveTo(targetPoint);
|
| }
|
|
|