| Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
|
| diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
|
| index 8bd191e08ca2a76f202bf28f0bd0ca6619ed47b6..d5106c13fcfcb5efe3b1278959a7111b0d864fb3 100644
|
| --- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
|
| +++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-compositor-worker.html
|
| @@ -3,7 +3,7 @@
|
| <script>
|
| description("This test documents all interface attributes and methods on CompositorWorkerGlobalScope.");
|
| if ('CompositorWorker' in window)
|
| - worker = startWorker("resources/global-interface-listing.js", "compositor");
|
| + worker = startWorker("resources/global-interface-listing-worker.js", "compositor");
|
| else
|
| debug("No CompositorWorker available.");
|
| </script>
|
|
|