| Index: Source/core/dom/LiveNodeList.h
|
| diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h
|
| index 181ef1eb1139e8872413d8a68184a873d1289db9..d09e09af06571f19f1cd20396bbc18d964d69d7f 100644
|
| --- a/Source/core/dom/LiveNodeList.h
|
| +++ b/Source/core/dom/LiveNodeList.h
|
| @@ -50,8 +50,8 @@ public:
|
|
|
| // Collection IndexCache API.
|
| bool canTraverseBackward() const { return true; }
|
| - Element* traverseToFirstElement() const;
|
| - Element* traverseToLastElement() const;
|
| + Element* traverseToFirst() const;
|
| + Element* traverseToLast() const;
|
| Element* traverseForwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const;
|
| Element* traverseBackwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const;
|
|
|
|
|