| Index: Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| index 5193061352602c2feb4569e9232be06b3d000949..cd8927c737b2621a7b0cef2106999cd7d6667302 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| @@ -54,7 +54,7 @@ ServiceWorkerClients::ServiceWorkerClients()
|
| {
|
| }
|
|
|
| -ScriptPromise ServiceWorkerClients::getAll(ScriptState* scriptState, const ClientQueryOptions& options)
|
| +ScriptPromise ServiceWorkerClients::matchAll(ScriptState* scriptState, const ClientQueryOptions& options)
|
| {
|
| ExecutionContext* executionContext = scriptState->executionContext();
|
| // FIXME: May be null due to worker termination: http://crbug.com/413518.
|
|
|