| Index: Source/core/svg/SVGPathSegMovetoAbs.h
|
| diff --git a/Source/core/svg/SVGPathSegMovetoAbs.h b/Source/core/svg/SVGPathSegMovetoAbs.h
|
| index f3dd99d967cdf7034980c7454602de07204e3490..4e07789139d5926400395ccb4b79ba79d7c17be7 100644
|
| --- a/Source/core/svg/SVGPathSegMovetoAbs.h
|
| +++ b/Source/core/svg/SVGPathSegMovetoAbs.h
|
| @@ -43,8 +43,8 @@ private:
|
| SVGPathSegMovetoAbs(SVGPathElement* element, float x, float y)
|
| : SVGPathSegSingleCoordinate(element, x, y) { }
|
|
|
| - virtual unsigned short pathSegType() const override { return PATHSEG_MOVETO_ABS; }
|
| - virtual String pathSegTypeAsLetter() const override { return "M"; }
|
| + unsigned short pathSegType() const override { return PATHSEG_MOVETO_ABS; }
|
| + String pathSegTypeAsLetter() const override { return "M"; }
|
| };
|
|
|
| } // namespace blink
|
|
|