| Index: Source/web/WorkerPermissionClient.h
|
| diff --git a/Source/web/WorkerPermissionClient.h b/Source/web/WorkerPermissionClient.h
|
| index 64ce9da59acbbdc06d9be107c4aacb376951d032..adf950959d37142c9db7654d3ec6141218f78ef4 100644
|
| --- a/Source/web/WorkerPermissionClient.h
|
| +++ b/Source/web/WorkerPermissionClient.h
|
| @@ -59,10 +59,7 @@ public:
|
| static const char* supplementName();
|
| static WorkerPermissionClient* from(WebCore::ExecutionContext&);
|
|
|
| - virtual void trace(WebCore::Visitor*) OVERRIDE
|
| - {
|
| - // FIXME: Oilpan: Move WorkerClients to the managed heap before using this trace method.
|
| - }
|
| + virtual void trace(WebCore::Visitor*) OVERRIDE { }
|
|
|
| private:
|
| explicit WorkerPermissionClient(PassOwnPtr<WebWorkerPermissionClientProxy>);
|
|
|