| Index: Source/core/html/HTMLTableSectionElement.h
|
| diff --git a/Source/core/html/HTMLTableSectionElement.h b/Source/core/html/HTMLTableSectionElement.h
|
| index dbe9d17c8486427e1856082e2e6e417d1de8dc53..4842ef42db2a6113c611fd107e5ac4acc7cd0bd3 100644
|
| --- a/Source/core/html/HTMLTableSectionElement.h
|
| +++ b/Source/core/html/HTMLTableSectionElement.h
|
| @@ -47,7 +47,7 @@ public:
|
| private:
|
| HTMLTableSectionElement(const QualifiedName& tagName, Document&);
|
|
|
| - virtual const StylePropertySet* additionalPresentationAttributeStyle() override;
|
| + const StylePropertySet* additionalPresentationAttributeStyle() override;
|
| };
|
|
|
| inline bool isHTMLTableSectionElement(const HTMLElement& element)
|
|
|