| Index: Source/core/html/HTMLTableRowsCollection.h
|
| diff --git a/Source/core/html/HTMLTableRowsCollection.h b/Source/core/html/HTMLTableRowsCollection.h
|
| index d643d430de4461eab1993bd36890bdfedc276231..d6179a958f2bb9bc2a35b934cd3fafba7a6e2a1a 100644
|
| --- a/Source/core/html/HTMLTableRowsCollection.h
|
| +++ b/Source/core/html/HTMLTableRowsCollection.h
|
| @@ -46,7 +46,7 @@ public:
|
| private:
|
| explicit HTMLTableRowsCollection(Node*);
|
|
|
| - virtual Element* virtualItemAfter(unsigned& offsetInArray, Element*) const OVERRIDE;
|
| + virtual Element* virtualItemAfter(Element*) const OVERRIDE;
|
| };
|
|
|
| } // namespace
|
|
|