| Index: Source/core/html/RadioNodeList.h
 | 
| diff --git a/Source/core/html/RadioNodeList.h b/Source/core/html/RadioNodeList.h
 | 
| index 02c854a9e9386e6ddf5a0f02b338a61435ddefb5..1485e2159aa7625175acd6a66709dc179ac2a82b 100644
 | 
| --- a/Source/core/html/RadioNodeList.h
 | 
| +++ b/Source/core/html/RadioNodeList.h
 | 
| @@ -54,7 +54,7 @@ private:
 | 
|      bool matchesByIdOrName(const Element&) const;
 | 
|      bool shouldOnlyMatchImgElements() const { return type() == RadioImgNodeListType; }
 | 
|  
 | 
| -    virtual bool elementMatches(const Element&) const override;
 | 
| +    bool elementMatches(const Element&) const override;
 | 
|  
 | 
|      AtomicString m_name;
 | 
|  };
 | 
| 
 |