| Index: Source/core/svg/SVGPathByteStreamSource.h
|
| diff --git a/Source/core/svg/SVGPathByteStreamSource.h b/Source/core/svg/SVGPathByteStreamSource.h
|
| index ba64a73dafe39c4d5eb6b0685c0d12a94615c9b9..4568a37966677131d2699e2f7968379162465a01 100644
|
| --- a/Source/core/svg/SVGPathByteStreamSource.h
|
| +++ b/Source/core/svg/SVGPathByteStreamSource.h
|
| @@ -35,9 +35,9 @@ public:
|
| }
|
|
|
| private:
|
| - virtual bool hasMoreData() const override;
|
| - virtual SVGPathSegType peekSegmentType() override;
|
| - virtual PathSegmentData parseSegment() override;
|
| + bool hasMoreData() const override;
|
| + SVGPathSegType peekSegmentType() override;
|
| + PathSegmentData parseSegment() override;
|
|
|
| #if COMPILER(MSVC)
|
| #pragma warning(disable: 4701)
|
|
|