| Index: Source/modules/serviceworkers/ServiceWorkerClients.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| index 01826a35532f99092ce538419ecabe1bbbce4f91..af15c3458c3cea5257e58b59a14f809534316504 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| @@ -21,7 +21,7 @@ public:
|
| static ServiceWorkerClients* create();
|
|
|
| // Clients.idl
|
| - ScriptPromise getAll(ScriptState*, const ClientQueryOptions&);
|
| + ScriptPromise matchAll(ScriptState*, const ClientQueryOptions&);
|
| ScriptPromise openWindow(ScriptState*, const String& url);
|
| ScriptPromise claim(ScriptState*);
|
|
|
|
|