Index: Source/modules/serviceworkers/ServiceWorker.h |
diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h |
index 25b7acc4a003c56b1309ecdd7d6e8fc9dd7ab5a8..b2e21b8b994d5ae9991950f190b7e2ab8cf9a49b 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&); |