| Index: Source/core/svg/SVGPathSeg.h
|
| diff --git a/Source/core/svg/SVGPathSeg.h b/Source/core/svg/SVGPathSeg.h
|
| index 51c5e91b9014422a7e7c7c1cdc421ad96eb6f4b8..2a26f7703d4b7ef914e61c1ad9af5af3be058922 100644
|
| --- a/Source/core/svg/SVGPathSeg.h
|
| +++ b/Source/core/svg/SVGPathSeg.h
|
| @@ -152,7 +152,7 @@ public:
|
| }
|
|
|
| static PassRefPtrWillBeRawPtr<SVGPathSeg> create() { ASSERT_NOT_REACHED(); return nullptr; }
|
| - PassRefPtrWillBeRawPtr<SVGPathSeg> clone() { ASSERT_NOT_REACHED(); return nullptr; }
|
| + virtual PassRefPtrWillBeRawPtr<SVGPathSeg> clone() = 0;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|