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