| Index: third_party/WebKit/Source/core/dom/NodeTraversal.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeTraversal.h b/third_party/WebKit/Source/core/dom/NodeTraversal.h
|
| index b535d914d424408cc5a30f02ff4cef9a69e69906..7cfd2597f5d1d934a879234499fd8500f3b89910 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeTraversal.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeTraversal.h
|
| @@ -159,6 +159,8 @@ class NodeTraversal {
|
| static Node* traverseNextTemplate(NodeType&, const Node* stayWithin);
|
| template <class NodeType>
|
| static Node* childAtTemplate(NodeType&, unsigned);
|
| + static Node* previousAncestorSiblingPostOrder(const Node& current,
|
| + const Node* stayWithin);
|
| };
|
|
|
| template <class Iterator>
|
|
|