Chromium Code Reviews| Index: LayoutTests/crypto/worker-random-values.html |
| diff --git a/LayoutTests/crypto/worker-random-values.html b/LayoutTests/crypto/worker-random-values.html |
| index 991f3a1bceaeddd8f873ada274631132137cb098..2c36c26d9f7c0c579e91c9da01230b77dd1f71e9 100644 |
| --- a/LayoutTests/crypto/worker-random-values.html |
| +++ b/LayoutTests/crypto/worker-random-values.html |
| @@ -7,7 +7,7 @@ |
| <p id="description"></p> |
| <div id="console"></div> |
| <script> |
| - worker = startWorker("resources/random-values.js"); |
| + worker = startWorker("random-values.js"); |
| </script> |
| </body> |
| </html> |