| Index: LayoutTests/http/tests/serviceworker/chromium/resources/sw-test-helpers.js
|
| diff --git a/LayoutTests/http/tests/serviceworker/chromium/resources/sw-test-helpers.js b/LayoutTests/http/tests/serviceworker/chromium/resources/sw-test-helpers.js
|
| index b30e7ddb733baf76c5cd61f22867fdbc6afeb88e..3f81a544f3f02181e3d460f994b63af897902da1 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/resources/sw-test-helpers.js
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/resources/sw-test-helpers.js
|
| @@ -26,7 +26,7 @@ var client = null;
|
| var currentTest = -1;
|
|
|
| self.initialize = function() {
|
| - return self.clients.getAll().then(function(clients) {
|
| + return self.clients.matchAll().then(function(clients) {
|
| client = clients[0];
|
| });
|
| }
|
|
|