| Index: Source/core/html/HTMLTableRowsCollection.h
 | 
| diff --git a/Source/core/html/HTMLTableRowsCollection.h b/Source/core/html/HTMLTableRowsCollection.h
 | 
| index c30db78cca8c35cd6c4ec8e5331d897d03806096..b0974960cd70c052c626d498f53752235802468c 100644
 | 
| --- a/Source/core/html/HTMLTableRowsCollection.h
 | 
| +++ b/Source/core/html/HTMLTableRowsCollection.h
 | 
| @@ -49,7 +49,7 @@ public:
 | 
|  private:
 | 
|      explicit HTMLTableRowsCollection(ContainerNode&);
 | 
|  
 | 
| -    virtual Element* virtualItemAfter(Element*) const override;
 | 
| +    Element* virtualItemAfter(Element*) const override;
 | 
|  };
 | 
|  
 | 
|  DEFINE_TYPE_CASTS(HTMLTableRowsCollection, LiveNodeListBase, collection, collection->type() == TableRows, collection.type() == TableRows);
 | 
| 
 |