| Index: Source/core/html/HTMLUListElement.h
|
| diff --git a/Source/core/html/HTMLUListElement.h b/Source/core/html/HTMLUListElement.h
|
| index 76cf90dceffb9bad44fb8bf5a03e75297df4852a..95119762b91da4ab7071f6edf925ceaf3d4e0939 100644
|
| --- a/Source/core/html/HTMLUListElement.h
|
| +++ b/Source/core/html/HTMLUListElement.h
|
| @@ -35,8 +35,8 @@ public:
|
| private:
|
| explicit HTMLUListElement(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
|
|
|