Index: Source/modules/serviceworkers/ServiceWorker.h |
diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h |
index dd77288e50a387ce6495b5b0dc314a2da53400d0..ee36f9870da8eaca79e84065fc6a66e747c96836 100644 |
--- a/Source/modules/serviceworkers/ServiceWorker.h |
+++ b/Source/modules/serviceworkers/ServiceWorker.h |
@@ -56,7 +56,6 @@ |
static void dispose(WebType*); |
void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&); |
- void terminate(ExceptionState&); |
String scriptURL() const; |
const AtomicString& state() const; |