| Index: Source/core/html/HTMLHeadingElement.h
|
| diff --git a/Source/core/html/HTMLHeadingElement.h b/Source/core/html/HTMLHeadingElement.h
|
| index 8949bd95134c21cf09b87743d1d333a3a348cd08..76226924c419dd6860e3a892a94add801328e99c 100644
|
| --- a/Source/core/html/HTMLHeadingElement.h
|
| +++ b/Source/core/html/HTMLHeadingElement.h
|
| @@ -27,7 +27,7 @@
|
|
|
| namespace blink {
|
|
|
| -class HTMLHeadingElement FINAL : public HTMLElement {
|
| +class HTMLHeadingElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLHeadingElement);
|
|
|