| Index: Source/core/html/HTMLTableCaptionElement.h
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.h b/Source/core/html/HTMLTableCaptionElement.h
|
| index 9d8334bdd425d3bd2c1ce543ac9dfcaec38d84f1..65bee098c227ada3e640829f8137b02d7f63bc83 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.h
|
| +++ b/Source/core/html/HTMLTableCaptionElement.h
|
| @@ -30,7 +30,7 @@
|
|
|
| namespace blink {
|
|
|
| -class HTMLTableCaptionElement FINAL : public HTMLElement {
|
| +class HTMLTableCaptionElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLTableCaptionElement);
|
| @@ -38,7 +38,7 @@ public:
|
| private:
|
| HTMLTableCaptionElement(Document&);
|
|
|
| - virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
| };
|
|
|
| } // namespace blink
|
|
|