| Index: Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| diff --git a/Source/core/svg/SVGPathByteStreamBuilder.cpp b/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| index 57ac1749f3a365139679b672101976ecda9212e8..fa163fdb4cbb8ee88e3c2e6aac6b22fc29b077d3 100644
|
| --- a/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| +++ b/Source/core/svg/SVGPathByteStreamBuilder.cpp
|
| @@ -73,7 +73,7 @@ SVGPathByteStreamBuilder::SVGPathByteStreamBuilder(SVGPathByteStream& byteStream
|
| {
|
| }
|
|
|
| -void SVGPathByteStreamBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
|
| +void SVGPathByteStreamBuilder::moveTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
|
| {
|
| CoalescingBuffer buffer(m_byteStream);
|
| buffer.writeSegmentType(mode == RelativeCoordinates ? PathSegMoveToRel : PathSegMoveToAbs);
|
|
|