Index: Source/core/dom/NodeTraversal.h |
diff --git a/Source/core/dom/NodeTraversal.h b/Source/core/dom/NodeTraversal.h |
index 35f845626a67e9aad54d8d278148dc5edabb82a0..0476f359da47930331a154886f605c9196dfe1f7 100644 |
--- a/Source/core/dom/NodeTraversal.h |
+++ b/Source/core/dom/NodeTraversal.h |
@@ -65,9 +65,6 @@ Node* previousIncludingPseudo(const Node&, const Node* stayWithin = 0); |
Node* nextIncludingPseudo(const Node&, const Node* stayWithin = 0); |
Node* nextIncludingPseudoSkippingChildren(const Node&, const Node* stayWithin = 0); |
-Node* nextAncestorSibling(const Node&); |
-Node* nextAncestorSibling(const Node&, const Node* stayWithin); |
- |
inline Node* next(const Node& current) { return traverseNext(current); } |
inline Node* next(const ContainerNode& current) { return traverseNext<Node>(current); } |