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 3f81a544f3f02181e3d460f994b63af897902da1..b30e7ddb733baf76c5cd61f22867fdbc6afeb88e 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 currentTest = -1; |
self.initialize = function() { |
- return self.clients.matchAll().then(function(clients) { |
+ return self.clients.getAll().then(function(clients) { |
client = clients[0]; |
}); |
} |