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