| Index: Source/core/html/HTMLHtmlElement.h
|
| diff --git a/Source/core/html/HTMLHtmlElement.h b/Source/core/html/HTMLHtmlElement.h
|
| index 962a5c89ea53fc1f8ab32da18faacd23e4c09e87..315438553dc2a025cefb7b4884904c850728b63c 100644
|
| --- a/Source/core/html/HTMLHtmlElement.h
|
| +++ b/Source/core/html/HTMLHtmlElement.h
|
| @@ -39,7 +39,7 @@ public:
|
| private:
|
| explicit HTMLHtmlElement(Document&);
|
|
|
| - virtual bool isURLAttribute(const Attribute&) const override;
|
| + bool isURLAttribute(const Attribute&) const override;
|
| };
|
|
|
| } // namespace blink
|
|
|