summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/ssl/unsafe_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/ssl/unsafe_worker.js')
-rw-r--r--chrome/test/data/ssl/unsafe_worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/ssl/unsafe_worker.js b/chrome/test/data/ssl/unsafe_worker.js
index 984223d..1ad6792 100644
--- a/chrome/test/data/ssl/unsafe_worker.js
+++ b/chrome/test/data/ssl/unsafe_worker.js
@@ -1,6 +1,6 @@
var message = "failed";
try {
- importScripts("https://127.0.0.1:9666/files/ssl/imported.js");
+ importScripts("REPLACE_WITH_IMPORTED_JS_URL");
} catch(ex) {
}
postMessage(message);