| Index: Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerRegistration.h b/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| index 2fea05845b50b82e45541f7c86aedc9e50dc43c7..330a78fbb07dbfd231ec03843397244de4c10288 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerRegistration.h
|
| @@ -43,6 +43,7 @@ public:
|
|
|
| // For CallbackPromiseAdapter.
|
| typedef WebServiceWorkerRegistration WebType;
|
| + static PassRefPtrWillBeRawPtr<ServiceWorkerRegistration> from(ExecutionContext*, WebType* registration);
|
| static PassRefPtrWillBeRawPtr<ServiceWorkerRegistration> take(ScriptPromiseResolver*, WebType* registration);
|
| static void dispose(WebType* registration);
|
|
|
|
|