| Index: Source/modules/serviceworkers/ServiceWorkerClients.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| index 1e945a9b3481573dc095995b13c33000e37abdc9..e43284485357489bdf496781bf4d15cc9c987987 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| @@ -21,7 +21,10 @@ public:
|
| static ServiceWorkerClients* create();
|
|
|
| // Clients.idl
|
| + // DEPRECATED, please use matchAll instead
|
| ScriptPromise getAll(ScriptState*, const ClientQueryOptions&);
|
| +
|
| + ScriptPromise matchAll(ScriptState*, const ClientQueryOptions&);
|
| ScriptPromise claim(ScriptState*);
|
|
|
| void trace(Visitor*) { }
|
|
|