| Index: Source/core/svg/SVGPathSegListTearOff.h
|
| diff --git a/Source/core/svg/SVGPathSegListTearOff.h b/Source/core/svg/SVGPathSegListTearOff.h
|
| index 462c5d71f07dbf0be670af025aa37fa9522b1059..5407410cc288191e766dbc6c88137da808056129 100644
|
| --- a/Source/core/svg/SVGPathSegListTearOff.h
|
| +++ b/Source/core/svg/SVGPathSegListTearOff.h
|
| @@ -60,7 +60,7 @@ public:
|
| }
|
| };
|
|
|
| -class SVGPathSegListTearOff FINAL
|
| +class SVGPathSegListTearOff final
|
| : public SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>
|
| , public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|