| Index: client/testing/unittest/test_controller.js
|
| diff --git a/client/testing/unittest/test_controller.js b/client/testing/unittest/test_controller.js
|
| index 11c50cdce11626a45f2f371e706b0358ada2d7fc..745eba792481f7c0526a68187194c328179234cb 100644
|
| --- a/client/testing/unittest/test_controller.js
|
| +++ b/client/testing/unittest/test_controller.js
|
| @@ -11,7 +11,7 @@ function processMessage(msg) {
|
| if (window.layoutTestController) {
|
| if (msg == 'unittest-suite-done') {
|
| window.layoutTestController.notifyDone();
|
| - } else if (msg == 'unittest-suite-start') {
|
| + } else if (msg == 'unittest-suite-wait-for-done') {
|
| window.layoutTestController.startedDartTest = true;
|
| }
|
| }
|
|
|