Index: content/test/data/service_worker/worker_with_one_import.js |
diff --git a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js b/content/test/data/service_worker/worker_with_one_import.js |
similarity index 83% |
copy from chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js |
copy to content/test/data/service_worker/worker_with_one_import.js |
index c4d1ef82f053aec3c7fe16646260969b7479a4aa..5a0c5d26c8c7387e67e138c734e24b82a36943fd 100644 |
--- a/chrome/test/data/extensions/api_test/shared_module/shared_whitelist/pass.js |
+++ b/content/test/data/service_worker/worker_with_one_import.js |
@@ -2,4 +2,4 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-var pass_exported = {}; |
+importScripts('empty_script.js'); |