| Index: Source/core/svg/SVGPolygonElement.h
|
| diff --git a/Source/core/svg/SVGPolygonElement.h b/Source/core/svg/SVGPolygonElement.h
|
| index d398327e9334900bbe661a540a3ada4d428496a5..8fda3d0662a36752d9dc0f70a2d1a9517b939e66 100644
|
| --- a/Source/core/svg/SVGPolygonElement.h
|
| +++ b/Source/core/svg/SVGPolygonElement.h
|
| @@ -26,7 +26,7 @@
|
|
|
| namespace blink {
|
|
|
| -class SVGPolygonElement FINAL : public SVGPolyElement {
|
| +class SVGPolygonElement final : public SVGPolyElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGPolygonElement);
|
|
|