Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / ServiceWorkerClients.idl
index e7b555b..4e3b5e4 100644 (file)
@@ -7,6 +7,7 @@
     Exposed=ServiceWorker,
     RuntimeEnabled=ServiceWorker,
     GarbageCollected,
+    TypeChecking=Interface,
 ] interface ServiceWorkerClients {
-    [CallWith=ScriptState] Promise getAll(optional ServiceWorkerClientQueryParams options);
+    [CallWith=ScriptState] Promise getAll(optional ServiceWorkerClientQueryOptions options);
 };