| Index: Source/core/svg/SVGPathSegListSource.h
|
| diff --git a/Source/core/svg/SVGPathSegListSource.h b/Source/core/svg/SVGPathSegListSource.h
|
| index 7bbb41a2f52ea9593bc215561e6457cafab7f1e7..df09d099318a96b13606cc2be9e0f565a67cd3ad 100644
|
| --- a/Source/core/svg/SVGPathSegListSource.h
|
| +++ b/Source/core/svg/SVGPathSegListSource.h
|
| @@ -31,9 +31,9 @@ public:
|
| SVGPathSegListSource(SVGPathSegList::ConstIterator, SVGPathSegList::ConstIterator);
|
|
|
| private:
|
| - virtual bool hasMoreData() const override;
|
| - virtual SVGPathSegType peekSegmentType() override;
|
| - virtual PathSegmentData parseSegment() override;
|
| + bool hasMoreData() const override;
|
| + SVGPathSegType peekSegmentType() override;
|
| + PathSegmentData parseSegment() override;
|
|
|
| SVGPathSegList::ConstIterator m_itCurrent;
|
| SVGPathSegList::ConstIterator m_itEnd;
|
|
|