| Index: Source/core/svg/SVGPathSegLinetoHorizontalRel.h
|
| diff --git a/Source/core/svg/SVGPathSegLinetoHorizontalRel.h b/Source/core/svg/SVGPathSegLinetoHorizontalRel.h
|
| index 9280f9cb564da09556d3c69072ed8ca68716c014..d4ec954357177518667e6f8631e6c483dc2f09ca 100644
|
| --- a/Source/core/svg/SVGPathSegLinetoHorizontalRel.h
|
| +++ b/Source/core/svg/SVGPathSegLinetoHorizontalRel.h
|
| @@ -43,8 +43,8 @@ private:
|
| SVGPathSegLinetoHorizontalRel(SVGPathElement* element, float x)
|
| : SVGPathSegLinetoHorizontal(element, x) { }
|
|
|
| - virtual unsigned short pathSegType() const override { return PATHSEG_LINETO_HORIZONTAL_REL; }
|
| - virtual String pathSegTypeAsLetter() const override { return "h"; }
|
| + unsigned short pathSegType() const override { return PATHSEG_LINETO_HORIZONTAL_REL; }
|
| + String pathSegTypeAsLetter() const override { return "h"; }
|
| };
|
|
|
| } // namespace blink
|
|
|