| Index: sky/engine/platform/AsyncMethodRunner.h
|
| diff --git a/sky/engine/platform/AsyncMethodRunner.h b/sky/engine/platform/AsyncMethodRunner.h
|
| index 700375d8eb2ffbc3fefd2ac5a3d58cf3fa226edf..9fa52b4cdc319cd8d374e4d6695289d476d65aa2 100644
|
| --- a/sky/engine/platform/AsyncMethodRunner.h
|
| +++ b/sky/engine/platform/AsyncMethodRunner.h
|
| @@ -124,10 +124,6 @@ private:
|
|
|
| Timer<AsyncMethodRunner<TargetClass> > m_timer;
|
|
|
| - // FIXME: oilpan: AsyncMethodRunner should be moved to the heap and m_object should be traced.
|
| - // This raw pointer is safe as long as AsyncMethodRunner<X> is held by the X itself
|
| - // (That's the case in the current code base).
|
| - GC_PLUGIN_IGNORE("363031")
|
| TargetClass* m_object;
|
| TargetMethod m_method;
|
|
|
|
|