| Index: sky/engine/platform/Supplementable.h
|
| diff --git a/sky/engine/platform/Supplementable.h b/sky/engine/platform/Supplementable.h
|
| index 9efa8c1481f33064455086cd2ec683f27742b122..a06d8701b6bf7d479f9983ec9c83db1e36cbc68b 100644
|
| --- a/sky/engine/platform/Supplementable.h
|
| +++ b/sky/engine/platform/Supplementable.h
|
| @@ -170,7 +170,6 @@ public:
|
| // the vtable at the first word of the object. However we don't trace the
|
| // m_supplements here, but in the partially specialized template subclasses
|
| // since we only want to trace it for garbage collected classes.
|
| - virtual void trace(Visitor*) { }
|
|
|
| // FIXME: Oilpan: Make private and remove this ignore once PersistentHeapSupplementable is removed again.
|
| protected:
|
|
|