| Index: LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
|
| diff --git a/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js b/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
|
| index d19284b798a11d1b345407db3aeacd1180b63aec..850eb85aa4b19c1c1f5e5794d77182f6be7ff905 100644
|
| --- a/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
|
| +++ b/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
|
| @@ -1,5 +1,5 @@
|
| if (this.importScripts)
|
| - importScripts('../../fast/js/resources/js-test-pre.js');
|
| + importScripts('../../resources/js-test.js');
|
|
|
| description("Test to ensure that global constructors in workers environment have the right attributes");
|
|
|
|
|