Index: Source/core/html/HTMLNameCollection.cpp |
diff --git a/Source/core/html/HTMLNameCollection.cpp b/Source/core/html/HTMLNameCollection.cpp |
index 9941f554c5191b8492263245955535ad84a8c25f..a75667e59351899aeaf27590403f9533bdf8e846 100644 |
--- a/Source/core/html/HTMLNameCollection.cpp |
+++ b/Source/core/html/HTMLNameCollection.cpp |
@@ -49,9 +49,8 @@ HTMLNameCollection::~HTMLNameCollection() |
ownerNode()->nodeLists()->removeCacheWithAtomicName(this, type(), m_name); |
} |
-Element* HTMLNameCollection::virtualItemAfter(unsigned& offsetInArray, Element* previous) const |
+Element* HTMLNameCollection::virtualItemAfter(Element* previous) const |
{ |
- ASSERT_UNUSED(offsetInArray, !offsetInArray); |
ASSERT(previous != ownerNode()); |
Element* current; |