| Index: Source/core/html/HTMLTableSectionElement.h
|
| diff --git a/Source/core/html/HTMLTableSectionElement.h b/Source/core/html/HTMLTableSectionElement.h
|
| index b1d9fa0b4fe6be2dffd0ead1a8d0595510e6eed5..dbe9d17c8486427e1856082e2e6e417d1de8dc53 100644
|
| --- a/Source/core/html/HTMLTableSectionElement.h
|
| +++ b/Source/core/html/HTMLTableSectionElement.h
|
| @@ -32,7 +32,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
|
|
| -class HTMLTableSectionElement FINAL : public HTMLTablePartElement {
|
| +class HTMLTableSectionElement final : public HTMLTablePartElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLTableSectionElement);
|
| @@ -47,7 +47,7 @@ public:
|
| private:
|
| HTMLTableSectionElement(const QualifiedName& tagName, Document&);
|
|
|
| - virtual const StylePropertySet* additionalPresentationAttributeStyle() OVERRIDE;
|
| + virtual const StylePropertySet* additionalPresentationAttributeStyle() override;
|
| };
|
|
|
| inline bool isHTMLTableSectionElement(const HTMLElement& element)
|
|
|