| Index: Source/core/html/HTMLFontElement.h
|
| diff --git a/Source/core/html/HTMLFontElement.h b/Source/core/html/HTMLFontElement.h
|
| index 684ffde75c9f87c517ce389463289ced0b3ef2b5..f52d91c82269ab420af003b9576207c0b0db2840 100644
|
| --- a/Source/core/html/HTMLFontElement.h
|
| +++ b/Source/core/html/HTMLFontElement.h
|
| @@ -38,8 +38,8 @@ public:
|
| private:
|
| explicit HTMLFontElement(Document&);
|
|
|
| - 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;
|
| };
|
|
|
| } // namespace blink
|
|
|