| Index: Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| index 1df2b6204b2266706b04811f96d163f4faa9b5ac..f566b7126b57d37b68b1150df9f3feb48d0c425d 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| @@ -32,10 +32,7 @@ public:
|
| static const char* supplementName();
|
| static ServiceWorkerContainerClient* from(ExecutionContext*);
|
|
|
| - virtual void trace(Visitor*) OVERRIDE
|
| - {
|
| - // FIXME: Oilpan: Move WorkerClients to the managed heap before using this trace method.
|
| - }
|
| + virtual void trace(Visitor*) OVERRIDE { }
|
|
|
| protected:
|
| explicit ServiceWorkerContainerClient(PassOwnPtr<blink::WebServiceWorkerProvider>);
|
|
|