| Index: Source/core/svg/SVGPathSegListBuilder.cpp
|
| diff --git a/Source/core/svg/SVGPathSegListBuilder.cpp b/Source/core/svg/SVGPathSegListBuilder.cpp
|
| index 52c5afe894e586494445598d0389a01ea937b72d..1e4633ae20a71451d5f3f57114b433ff7bc0e449 100644
|
| --- a/Source/core/svg/SVGPathSegListBuilder.cpp
|
| +++ b/Source/core/svg/SVGPathSegListBuilder.cpp
|
| @@ -61,7 +61,7 @@ DEFINE_TRACE(SVGPathSegListBuilder)
|
| SVGPathConsumer::trace(visitor);
|
| }
|
|
|
| -void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
|
| +void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
|
| {
|
| ASSERT(m_pathElement);
|
| ASSERT(m_pathSegList);
|
|
|