| Index: Source/core/html/HTMLTableRowsCollection.cpp
|
| diff --git a/Source/core/html/HTMLTableRowsCollection.cpp b/Source/core/html/HTMLTableRowsCollection.cpp
|
| index 73d188cb702dfe2a103adbd9db63fe65706981da..0428e11e060f32cf4214239860ab4aa12da8af9c 100644
|
| --- a/Source/core/html/HTMLTableRowsCollection.cpp
|
| +++ b/Source/core/html/HTMLTableRowsCollection.cpp
|
| @@ -162,9 +162,8 @@ PassRefPtr<HTMLTableRowsCollection> HTMLTableRowsCollection::create(Node* table,
|
| return adoptRef(new HTMLTableRowsCollection(table));
|
| }
|
|
|
| -Element* HTMLTableRowsCollection::virtualItemAfter(unsigned& offsetInArray, Element* previous) const
|
| +Element* HTMLTableRowsCollection::virtualItemAfter(Element* previous) const
|
| {
|
| - ASSERT_UNUSED(offsetInArray, !offsetInArray);
|
| return rowAfter(toHTMLTableElement(ownerNode()), toHTMLTableRowElement(previous));
|
| }
|
|
|
|
|