Index: Source/core/dom/NodeTraversal.h |
diff --git a/Source/core/dom/NodeTraversal.h b/Source/core/dom/NodeTraversal.h |
index 438b0c09a29d4cf9f8181ae17ed7c789af8a0926..995613a46958b917a087ad08b5b26a30b00e1c6d 100644 |
--- a/Source/core/dom/NodeTraversal.h |
+++ b/Source/core/dom/NodeTraversal.h |
@@ -55,9 +55,8 @@ Node* previousSkippingChildren(const Node&, const Node* stayWithin = 0); |
// Like next, but visits parents after their children. |
Node* nextPostOrder(const Node&, const Node* stayWithin = 0); |
-// Like previous/previousSkippingChildren, but visits parents before their children. |
+// Like previous, but visits parents before their children. |
Node* previousPostOrder(const Node&, const Node* stayWithin = 0); |
-Node* previousSkippingChildrenPostOrder(const Node&, const Node* stayWithin = 0); |
// Pre-order traversal including the pseudo-elements. |
Node* previousIncludingPseudo(const Node&, const Node* stayWithin = 0); |