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