| Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html
|
| diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html
|
| index f145464cb8f0f0392d0239ecd9839ace0482ac95..ebe912576ac0dc44f33e5f46c20ef22f5c67f997 100644
|
| --- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html
|
| +++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker.html
|
| @@ -2,5 +2,5 @@
|
| <script src="../resources/js-test.js"></script>
|
| <script>
|
| description("This test documents all interface attributes and methods on DedicatedWorkerGlobalScope.");
|
| -worker = startWorker("resources/global-interface-listing.js");
|
| +worker = startWorker("resources/global-interface-listing-worker.js");
|
| </script>
|
|
|