| Index: Source/core/html/HTMLParamElement.h
|
| diff --git a/Source/core/html/HTMLParamElement.h b/Source/core/html/HTMLParamElement.h
|
| index 3926220efa2a3fec412ee7c92d89fba8fa812275..3c318fdb66b483c403c45ddbaed7a18f1650883f 100644
|
| --- a/Source/core/html/HTMLParamElement.h
|
| +++ b/Source/core/html/HTMLParamElement.h
|
| @@ -40,7 +40,7 @@ public:
|
| private:
|
| explicit HTMLParamElement(Document&);
|
|
|
| - virtual bool isURLAttribute(const Attribute&) const override;
|
| + bool isURLAttribute(const Attribute&) const override;
|
| };
|
|
|
| } // namespace blink
|
|
|