| Index: Source/core/dom/shadow/ComposedTreeTraversal.h
|
| diff --git a/Source/core/dom/shadow/ComposedTreeTraversal.h b/Source/core/dom/shadow/ComposedTreeTraversal.h
|
| index 9b24415fbfb47d224b2aded7bf28bfa0059daf1e..d7dc8502da14095c405c2889dfd954a8c15966db 100644
|
| --- a/Source/core/dom/shadow/ComposedTreeTraversal.h
|
| +++ b/Source/core/dom/shadow/ComposedTreeTraversal.h
|
| @@ -95,6 +95,9 @@ public:
|
| // composed tree.
|
| static unsigned countChildren(const Node&);
|
|
|
| + static Node* lastWithin(const Node&);
|
| + static Node& lastWithinOrSelf(const Node&);
|
| +
|
| private:
|
| enum TraversalDirection {
|
| TraversalDirectionForward,
|
|
|