| Index: Source/core/html/HTMLTableCaptionElement.h
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.h b/Source/core/html/HTMLTableCaptionElement.h
|
| index 65bee098c227ada3e640829f8137b02d7f63bc83..638b38649456b187a4ba9f3c5abfeec13833e277 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.h
|
| +++ b/Source/core/html/HTMLTableCaptionElement.h
|
| @@ -38,7 +38,7 @@ public:
|
| private:
|
| HTMLTableCaptionElement(Document&);
|
|
|
| - virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
| + void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
| };
|
|
|
| } // namespace blink
|
|
|