| Index: LayoutTests/fast/js/global-constructors-attributes-worker.html
|
| diff --git a/LayoutTests/fast/js/dfg-inline-arguments-become-int32.html b/LayoutTests/fast/js/global-constructors-attributes-worker.html
|
| similarity index 69%
|
| copy from LayoutTests/fast/js/dfg-inline-arguments-become-int32.html
|
| copy to LayoutTests/fast/js/global-constructors-attributes-worker.html
|
| index 2fb10fd8879da92c4a6c965da86e0bf20d63756a..5edbea66a7b36b602f3fbdfe0c7c31855c1d9456 100644
|
| --- a/LayoutTests/fast/js/dfg-inline-arguments-become-int32.html
|
| +++ b/LayoutTests/fast/js/global-constructors-attributes-worker.html
|
| @@ -4,7 +4,9 @@
|
| <script src="resources/js-test-pre.js"></script>
|
| </head>
|
| <body>
|
| -<script src="script-tests/dfg-inline-arguments-become-int32.js"></script>
|
| +<script>
|
| +worker = startWorker("script-tests/global-constructors-attributes-worker.js");
|
| +</script>
|
| <script src="resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|