| Index: Source/modules/serviceworkers/ServiceWorker.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h
|
| index 4a7fa0983ad6421ccf5cf1862e76c9dce425b02f..e6586e1179c80bfe0fb032fb429350f115b0df0e 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorker.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorker.h
|
| @@ -57,6 +57,7 @@ public:
|
| static PassRefPtrWillBeRawPtr<ServiceWorker> from(ScriptPromiseResolver*, WebType* worker);
|
|
|
| static PassRefPtrWillBeRawPtr<ServiceWorker> from(ExecutionContext*, WebType*);
|
| + static void dispose(WebType*);
|
|
|
| void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
|
|
|
|
|