| Index: third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html b/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html
|
| index 9b6a36523cba978ac0fa544eb0aa73e0731ac54e..58c48e17732f9a9105c9b9fbe8413331c14c1e68 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/harness/error-in-async-test.html
|
| @@ -16,5 +16,5 @@ function buggyAsyncCode()
|
|
|
| window.jsTestIsAsync = true;
|
| debug("Will throw an error soon");
|
| -setTimeout(buggyAsyncCode, 0);
|
| </script>
|
| +<body onload="setTimeout(buggyAsyncCode, 0)"></body>
|
|
|