| Index: Source/modules/serviceworkers/ServiceWorker.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h
|
| index c976bec53091f92445dfdaae1a2f2833ae66ff98..7cbfd1a6cb449f87b782de01f95b80a43c609cd5 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorker.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorker.h
|
| @@ -82,7 +82,7 @@ private:
|
| ContextStopped
|
| };
|
|
|
| - static PassRefPtrWillBeRawPtr<ServiceWorker> create(ExecutionContext*, PassOwnPtr<blink::WebServiceWorker>);
|
| + static PassRefPtrWillBeRawPtr<ServiceWorker> getOrCreate(ExecutionContext*, WebType*);
|
| ServiceWorker(ExecutionContext*, PassOwnPtr<blink::WebServiceWorker>);
|
| void setProxyState(ProxyState);
|
| void onPromiseResolved();
|
|
|