Index: Source/core/dom/LiveNodeList.h |
diff --git a/Source/core/dom/LiveNodeList.h b/Source/core/dom/LiveNodeList.h |
index aec68fc0b30260bfbd9644ea2faa5b297c1f0f7f..9f7bfb95584b5473186bd0a8351fbfc1b13f0ddd 100644 |
--- a/Source/core/dom/LiveNodeList.h |
+++ b/Source/core/dom/LiveNodeList.h |
@@ -129,7 +129,6 @@ protected: |
private: |
Node* itemBeforeOrAfterCachedItem(unsigned offset, ContainerNode* root) const; |
- Element* traverseLiveNodeListFirstElement(ContainerNode& root) const; |
bool isLastItemCloserThanLastOrCachedItem(unsigned offset) const; |
bool isFirstItemCloserThanCachedItem(unsigned offset) const; |
Node* iterateForPreviousNode(Node* current) const; |
@@ -189,6 +188,7 @@ public: |
virtual Node* namedItem(const AtomicString&) const OVERRIDE FINAL; |
virtual bool nodeMatches(Element*) const = 0; |
+ Node* traverseToFirstElement(ContainerNode& root) const; |
Node* traverseForwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset, ContainerNode* root) const; |
private: |