| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-cors-worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-cors-worker.js b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-cors-worker.js
|
| index 36c7b9de52d7ff8deaa1ff562488261a837d801c..b19d0749c2f629f493b89c8244f99126c9deb15b 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-cors-worker.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/foreign-fetch-cors-worker.js
|
| @@ -1,4 +1,4 @@
|
| -importScripts('get-host-info.sub.js');
|
| +importScripts('/common/get-host-info.sub.js');
|
| var host_info = get_host_info();
|
|
|
| self.addEventListener('install', function(event) {
|
|
|