| Index: Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 2b705fea5bae37049e48a2521e6814eb7c37ab04..3da1c3b312aa0af46a3583c03dc57a89353db9af 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -43,6 +43,7 @@ class WebServiceWorkerResponse;
|
| class WebURL;
|
|
|
| class ServiceWorkerGlobalScopeClientImpl final : public NoBaseWillBeGarbageCollectedFinalized<ServiceWorkerGlobalScopeClientImpl>, public ServiceWorkerGlobalScopeClient {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ServiceWorkerGlobalScopeClientImpl);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerGlobalScopeClientImpl);
|
| public:
|
| static PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&);
|
|
|