| Index: sky/engine/core/events/TreeScopeEventContext.h
|
| diff --git a/sky/engine/core/events/TreeScopeEventContext.h b/sky/engine/core/events/TreeScopeEventContext.h
|
| index 33c5e8bec31a6c711b19e1fac09d1dbd05fe2357..e8dc694385ebc42ea1b30de052f063892e840b72 100644
|
| --- a/sky/engine/core/events/TreeScopeEventContext.h
|
| +++ b/sky/engine/core/events/TreeScopeEventContext.h
|
| @@ -48,7 +48,6 @@ class TreeScopeEventContext final : public RefCounted<TreeScopeEventContext> {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TreeScopeEventContext);
|
| public:
|
| static PassRefPtr<TreeScopeEventContext> create(TreeScope&);
|
| - void trace(Visitor*);
|
|
|
| TreeScope& treeScope() const { return *m_treeScope; }
|
|
|
|
|