| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| index ee7a500cb2535666ff10a57600bc71332f9a3560..8d205c4963c78af7a52a2bcaa23023103e5e3e6b 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
|
| @@ -185,7 +185,7 @@ ScriptPromise ServiceWorkerClients::openWindow(ScriptState* script_state,
|
| }
|
| context->ConsumeWindowInteraction();
|
|
|
| - ServiceWorkerGlobalScopeClient::From(context)->OpenWindow(
|
| + ServiceWorkerGlobalScopeClient::From(context)->OpenWindowForClients(
|
| parsed_url, WTF::MakeUnique<NavigateClientCallback>(resolver));
|
| return promise;
|
| }
|
|
|