| Index: LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js
|
| diff --git a/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js b/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js
|
| index a507585ebc873529847374fa9b5c3a860b69e235..bd0aedc4bc98e665e2968adca32f45784a36d4b3 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/cache-storage-worker.js
|
| @@ -1,4 +1,5 @@
|
| -importScripts('worker-test-harness.js');
|
| +importScripts('worker-testharness.js');
|
| +importScripts('../../resources/testharness-helpers.js');
|
|
|
| promise_test(function(t) {
|
| var cache_name = 'cache-storage/foo';
|
|
|