Index: Source/modules/serviceworkers/ServiceWorker.h |
diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h |
index 7dee8654988f492c9e07ecab861feb4dbfac7ba3..615a7260943aff7bf4d15dea750c4872c739adda 100644 |
--- a/Source/modules/serviceworkers/ServiceWorker.h |
+++ b/Source/modules/serviceworkers/ServiceWorker.h |
@@ -62,7 +62,6 @@ public: |
#endif |
void postMessage(ExecutionContext*, PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&); |
- void terminate(ExceptionState&); |
String scriptURL() const; |
String state() const; |