| 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 0d93d4c9c6c7ef5e7e78b13cc6e49e6e75343b05..d02d56cd3fa51e70cd53af99e943c77893e66852 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/cache-storage-keys-worker.js
|
| @@ -1,4 +1,5 @@
|
| -importScripts('worker-test-harness.js');
|
| +importScripts('worker-testharness.js');
|
| +importScripts('../../resources/testharness-helpers.js');
|
|
|
| var test_cache_list =
|
| ['', 'example', 'Another cache name', 'A', 'a', 'ex ample'];
|
|
|