| Index: sky/engine/core/dom/TreeScope.h
|
| diff --git a/sky/engine/core/dom/TreeScope.h b/sky/engine/core/dom/TreeScope.h
|
| index 3e9b28ca70d0695b83f43be1f49a329bd265927d..9260d0307609a6b71925c5f7f685171dbd1f9a29 100644
|
| --- a/sky/engine/core/dom/TreeScope.h
|
| +++ b/sky/engine/core/dom/TreeScope.h
|
| @@ -109,8 +109,6 @@ public:
|
| const TreeScope* commonAncestorTreeScope(const TreeScope& other) const;
|
| TreeScope* commonAncestorTreeScope(TreeScope& other);
|
|
|
| - Element* getElementByAccessKey(const String& key) const;
|
| -
|
| ScopedStyleResolver& scopedStyleResolver() const { return *m_scopedStyleResolver; }
|
|
|
| protected:
|
|
|