Index: Source/modules/serviceworkers/ServiceWorkerClients.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h |
index c62c32dee2989aeaa1b316dd0fe000b2a6123af6..59dc942d7af26332c2e0ee9054df3f76e274d9a3 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClients.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.h |
@@ -22,6 +22,7 @@ public: |
// Clients.idl |
ScriptPromise getAll(ScriptState*, const ClientQueryOptions&); |
+ ScriptPromise openWindow(ScriptState*, const String& url); |
void trace(Visitor*) { } |