Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / ServiceWorkerClients.idl
index a484d6e..e7b555b 100644 (file)
@@ -6,7 +6,7 @@
 [
     Exposed=ServiceWorker,
     RuntimeEnabled=ServiceWorker,
-    WillBeGarbageCollected,
+    GarbageCollected,
 ] interface ServiceWorkerClients {
-    [CallWith=ScriptState] Promise getServiced();
+    [CallWith=ScriptState] Promise getAll(optional ServiceWorkerClientQueryParams options);
 };