Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / ServiceWorker.idl
index 69171df..ec8d558 100644 (file)
@@ -47,6 +47,8 @@ enum ServiceWorkerState {
     // 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;