| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index d99db4b176956aff43a19cbbd90ef72d3ab67eaf..6a98438460b07b0a7bc37adb4ec9430bb397c03d 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -48,10 +48,7 @@ public:
|
| virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<WebCore::Response>) OVERRIDE;
|
| virtual void didHandleSyncEvent(int syncEventID) OVERRIDE;
|
|
|
| - 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:
|
| ServiceWorkerGlobalScopeClientImpl(PassOwnPtr<WebServiceWorkerContextClient>);
|
|
|