Index: LayoutTests/crypto/worker-random-values-concurrent.html |
diff --git a/LayoutTests/crypto/worker-random-values-concurrent.html b/LayoutTests/crypto/worker-random-values-concurrent.html |
index 0cbc9a14131bd6ad8d67e658cd98c42720f7405b..23ca6b4e3a8de10494df5233a742e616d9bfe922 100644 |
--- a/LayoutTests/crypto/worker-random-values-concurrent.html |
+++ b/LayoutTests/crypto/worker-random-values-concurrent.html |
@@ -40,7 +40,7 @@ |
} |
for (var i = 0; i < NUM_WORKERS; ++i) { |
- var worker = new Worker('resources/random-values-concurrent.js'); |
+ var worker = new Worker('random-values-concurrent.js'); |
worker.onmessage = function(event) |
{ |
if (event.data instanceof Uint8Array) |