Index: sky/engine/core/dom/shadow/ComposedTreeWalker.h |
diff --git a/sky/engine/core/dom/shadow/ComposedTreeWalker.h b/sky/engine/core/dom/shadow/ComposedTreeWalker.h |
index 782dd6f7937ea9ed2d67bb46daa05419751e646c..b5c68a39397628fa014bbf5edd25965079949a2b 100644 |
--- a/sky/engine/core/dom/shadow/ComposedTreeWalker.h |
+++ b/sky/engine/core/dom/shadow/ComposedTreeWalker.h |
@@ -105,8 +105,6 @@ private: |
static Node* traverseSiblings(const Node*, TraversalDirection); |
static Node* traverseDistributedNodes(const Node*, const InsertionPoint*, TraversalDirection); |
- static Node* traverseBackToYoungerShadowRoot(const Node*, TraversalDirection); |
- |
Node* traverseParentOrHost(const Node*) const; |
RawPtr<const Node> m_node; |