Index: LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js |
diff --git a/LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js b/LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js |
index d02d56cd3fa51e70cd53af99e943c77893e66852..f58c6136dc190dd29c39715f2b03597f85ab350a 100644 |
--- a/LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js |
+++ b/LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js |
@@ -15,7 +15,7 @@ promise_test(function(test) { |
}) |
.then(function() { |
return Promise.all(test_cache_list.map(function(key) { |
- return self.caches.create(key); |
+ return self.caches.open(key); |
})); |
}) |