| Index: sky/engine/core/dom/TreeScope.h
|
| diff --git a/sky/engine/core/dom/TreeScope.h b/sky/engine/core/dom/TreeScope.h
|
| index c3e05501d7fc92ffa05cc106349c36e3c3a166d6..3715293d339d01edfca0d7a17874bf6d7593d5d7 100644
|
| --- a/sky/engine/core/dom/TreeScope.h
|
| +++ b/sky/engine/core/dom/TreeScope.h
|
| @@ -48,7 +48,6 @@ class TreeScope {
|
| public:
|
| TreeScope* parentTreeScope() const { return m_parentTreeScope; }
|
|
|
| - TreeScope* olderShadowRootOrParentTreeScope() const;
|
| bool isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope&) const;
|
|
|
| Element* adjustedFocusedElement() const;
|
|
|