| Index: LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| diff --git a/LayoutTests/http/tests/serviceworker/resources/test-helpers.js b/LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| index e3a0a883f2818fd675e18b91d0edf88b4135f269..4c84ebb90417efbeeaa9ca9cef3dca4e1fa04dcf 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/test-helpers.js
|
| @@ -216,6 +216,7 @@ function wait_for_activated(test, registration) {
|
| };
|
|
|
| self.service_worker_test = service_worker_test;
|
| + self.fetch_tests_from_worker = fetch_tests_from_worker;
|
| })();
|
|
|
| function get_host_info() {
|
|
|