| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/dummy-worker-interceptor.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/dummy-worker-interceptor.js b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/dummy-worker-interceptor.js
|
| index 43244e1d993023afdf60f95d30f359e037e75cdb..abec5fdd58b28b7b6a1d0ba453e67cce1a4d4973 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/dummy-worker-interceptor.js
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/resources/dummy-worker-interceptor.js
|
| @@ -1,4 +1,4 @@
|
| -importScripts('get-host-info.sub.js');
|
| +importScripts('/common/get-host-info.sub.js');
|
|
|
| var worker_text = 'postMessage("worker loading intercepted by service worker"); ';
|
|
|
|
|