Index: LayoutTests/http/tests/serviceworker/resources/response-content-worker.js |
diff --git a/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js b/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js |
index c4fabde94cc2982d30b2df38c077476b4203d41a..2c657cd8752b8a0babbf82586a0f0ef96a877da5 100644 |
--- a/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js |
+++ b/LayoutTests/http/tests/serviceworker/resources/response-content-worker.js |
@@ -1,4 +1,5 @@ |
-importScripts('worker-test-harness.js'); |
+importScripts('worker-testharness.js'); |
+importScripts('../../resources/testharness-helpers.js'); |
promise_test(function() { |
var response = new Response('test string'); |