| Index: LayoutTests/webexposed/global-interface-listing-shared-worker.html
|
| diff --git a/LayoutTests/webexposed/global-interface-listing-shared-worker.html b/LayoutTests/webexposed/global-interface-listing-shared-worker.html
|
| index 0c1178d8de6a47aa2b834b46e4bef3bed7a170a7..13e97d8e7e603decbb076d24ec745806b76bd772 100644
|
| --- a/LayoutTests/webexposed/global-interface-listing-shared-worker.html
|
| +++ b/LayoutTests/webexposed/global-interface-listing-shared-worker.html
|
| @@ -2,5 +2,5 @@
|
| <script src="../resources/js-test.js"></script>
|
| <script>
|
| description("This test documents all interface attributes and methods on SharedWorkerGlobalScope.");
|
| -worker = startWorker("resources/global-interface-listing.js", true /* shared */);
|
| +worker = startWorker("resources/global-interface-listing.js", "shared");
|
| </script>
|
|
|