| Index: LayoutTests/fast/files/workers/inline-worker-via-blob-url.html
|
| diff --git a/LayoutTests/fast/files/workers/inline-worker-via-blob-url.html b/LayoutTests/fast/files/workers/inline-worker-via-blob-url.html
|
| index ef1e80de0a5aee9f5479246bcdbb758b9a35657b..ebc965d7af4e30e65deee8810987ae4cfe79354e 100644
|
| --- a/LayoutTests/fast/files/workers/inline-worker-via-blob-url.html
|
| +++ b/LayoutTests/fast/files/workers/inline-worker-via-blob-url.html
|
| @@ -23,7 +23,7 @@ function runTest()
|
| if (testRunner.notifyDone)
|
| testRunner.notifyDone();
|
| };
|
| - worker.postMessage();
|
| + worker.postMessage("hi");
|
| }
|
|
|
| if (window.testRunner) {
|
|
|