| Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker.html
|
| diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker.html b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker.html
|
| index 13e97d8e7e603decbb076d24ec745806b76bd772..ebb57a2460fac058f84a71d0d1491758f30b5092 100644
|
| --- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-shared-worker.html
|
| +++ b/third_party/WebKit/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", "shared");
|
| +worker = startWorker("resources/global-interface-listing-worker.js", "shared");
|
| </script>
|
|
|