| Index: Source/core/html/HTMLCollection.h | 
| diff --git a/Source/core/html/HTMLCollection.h b/Source/core/html/HTMLCollection.h | 
| index e4c8fb4fa1ffe189a2de1e65a6768c07d23f86b3..04192f7e093abba95db8948d2f28e82af087e4bb 100644 | 
| --- a/Source/core/html/HTMLCollection.h | 
| +++ b/Source/core/html/HTMLCollection.h | 
| @@ -59,8 +59,8 @@ public: | 
|  | 
| // CollectionIndexCache API. | 
| bool canTraverseBackward() const { return !overridesItemAfter(); } | 
| -    Element* traverseToFirstElement() const; | 
| -    Element* traverseToLastElement() const; | 
| +    Element* traverseToFirst() const; | 
| +    Element* traverseToLast() const; | 
| Element* traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const; | 
| Element* traverseBackwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const; | 
|  | 
|  |