| Index: sky/engine/platform/RefCountedSupplement.h
|
| diff --git a/sky/engine/platform/RefCountedSupplement.h b/sky/engine/platform/RefCountedSupplement.h
|
| index edc5bd8632d5b94e59f49888c77c8f53e9b86a3d..29c9d085bdc71c8ec32c90b40a126b91f6c88c19 100644
|
| --- a/sky/engine/platform/RefCountedSupplement.h
|
| +++ b/sky/engine/platform/RefCountedSupplement.h
|
| @@ -49,8 +49,6 @@ public:
|
| #endif
|
| ThisType* wrapped() const { return m_wrapped.get(); }
|
|
|
| - virtual void trace(Visitor*) override { }
|
| -
|
| private:
|
|
|
| RefPtr<ThisType> m_wrapped;
|
|
|