| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| index 3a2e4c8e76d905f27fbc71cd394cc7153d574b89..52d6d4a73b574cb9dcc9aac00f3e86afb6011310 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
| @@ -45,7 +45,7 @@ class WebURL;
|
| class ServiceWorkerGlobalScopeClientImpl final : public GarbageCollectedFinalized<ServiceWorkerGlobalScopeClientImpl>, public ServiceWorkerGlobalScopeClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerGlobalScopeClientImpl);
|
| public:
|
| - static RawPtr<ServiceWorkerGlobalScopeClient> create(WebServiceWorkerContextClient&);
|
| + static ServiceWorkerGlobalScopeClient* create(WebServiceWorkerContextClient&);
|
| ~ServiceWorkerGlobalScopeClientImpl() override;
|
|
|
| void getClient(const WebString&, WebServiceWorkerClientCallbacks*) override;
|
|
|