Index: Source/core/html/HTMLCollection.h |
diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h |
index f0ccfbb67585d045c65213f1dcad409d4254ee1e..71cb3695ed41d06399c02b10b617feec4c63a45c 100644 |
--- a/Source/core/html/HTMLCollection.h |
+++ b/Source/core/html/HTMLCollection.h |
@@ -61,7 +61,7 @@ public: |
virtual Element* virtualItemAfter(Element*) const; |
- Element* traverseFirstElement(ContainerNode& root) const; |
+ Element* traverseToFirstElement(ContainerNode& root) const; |
Element* traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset, ContainerNode* root) const; |
protected: |