| Index: Source/core/html/HTMLTablePartElement.h
|
| diff --git a/Source/core/html/HTMLTablePartElement.h b/Source/core/html/HTMLTablePartElement.h
|
| index f885ee9d1df4854aeafeb25c9815ae38bf8bc2a6..0abcff61f5f787427d81858f4f7d290ee2b78b49 100644
|
| --- a/Source/core/html/HTMLTablePartElement.h
|
| +++ b/Source/core/html/HTMLTablePartElement.h
|
| @@ -39,8 +39,8 @@ protected:
|
| {
|
| }
|
|
|
| - virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
| - virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| + virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
| + virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
|
|
| HTMLTableElement* findParentTable() const;
|
| };
|
|
|