Chromium Code Reviews| Index: tools/testing/dart/test_runner.dart |
| =================================================================== |
| --- tools/testing/dart/test_runner.dart (revision 4980) |
| +++ tools/testing/dart/test_runner.dart (working copy) |
| @@ -905,7 +905,7 @@ |
| * and notify our progress indicator that we are done. |
| */ |
| void _cleanupAndMarkDone() { |
| - if (browserUsed != '') { |
| + if (browserUsed != '' && _progress is BuildbotProgressIndicator) { |
| killZombieBrowsers(); |
| if (_seleniumServer != null) { |
| _seleniumServer.kill(); |