| Index: Source/core/svg/SVGPathSegLinetoVerticalAbs.h
|
| diff --git a/Source/core/svg/SVGPathSegLinetoVerticalAbs.h b/Source/core/svg/SVGPathSegLinetoVerticalAbs.h
|
| index 4c081aa0ae22aabb957c69f4bace46be35b9b50a..8ec90f8e9884f09cf9151a285789106fbfa35d5e 100644
|
| --- a/Source/core/svg/SVGPathSegLinetoVerticalAbs.h
|
| +++ b/Source/core/svg/SVGPathSegLinetoVerticalAbs.h
|
| @@ -43,8 +43,8 @@ private:
|
| SVGPathSegLinetoVerticalAbs(SVGPathElement* element, float y)
|
| : SVGPathSegLinetoVertical(element, y) { }
|
|
|
| - virtual unsigned short pathSegType() const override { return PATHSEG_LINETO_VERTICAL_ABS; }
|
| - virtual String pathSegTypeAsLetter() const override { return "V"; }
|
| + unsigned short pathSegType() const override { return PATHSEG_LINETO_VERTICAL_ABS; }
|
| + String pathSegTypeAsLetter() const override { return "V"; }
|
| };
|
|
|
| } // namespace blink
|
|
|