Index: Source/modules/serviceworkers/ServiceWorker.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl |
index ec8d558f06bcec0e792c73bd95640bb80c897d17..69171dfaceb455b1bc960b005fa7ef41bcefe4f6 100644 |
--- a/Source/modules/serviceworkers/ServiceWorker.idl |
+++ b/Source/modules/serviceworkers/ServiceWorker.idl |
@@ -47,8 +47,6 @@ |
// FIXME: Should inherit this from Worker. |
[Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer); |
- [RaisesException] void terminate(); |
- |
readonly attribute ScalarValueString scriptURL; |
readonly attribute ServiceWorkerState state; |