| Index: Source/core/html/HTMLModElement.h
|
| diff --git a/Source/core/html/HTMLModElement.h b/Source/core/html/HTMLModElement.h
|
| index fc6616e2aadb8806eca12e592423299ccb6871c7..7099f5e490c332ca21077bcef140b4e0bd7a5e77 100644
|
| --- a/Source/core/html/HTMLModElement.h
|
| +++ b/Source/core/html/HTMLModElement.h
|
| @@ -36,9 +36,9 @@ public:
|
| private:
|
| HTMLModElement(const QualifiedName&, Document&);
|
|
|
| - virtual bool isURLAttribute(const Attribute&) const override;
|
| - virtual bool hasLegalLinkAttribute(const QualifiedName&) const override;
|
| - virtual const QualifiedName& subResourceAttributeName() const override;
|
| + bool isURLAttribute(const Attribute&) const override;
|
| + bool hasLegalLinkAttribute(const QualifiedName&) const override;
|
| + const QualifiedName& subResourceAttributeName() const override;
|
| };
|
|
|
| } // namespace blink
|
|
|