Chromium Code Reviews| Index: client/testing/unittest/unittest_vm.dart |
| diff --git a/client/testing/unittest/unittest_vm.dart b/client/testing/unittest/unittest_vm.dart |
| index 7e6a9ae1fb3bbd72a88f9215abc737d1275495b6..55fbd440efd6676be69e769169a70079e418aee1 100644 |
| --- a/client/testing/unittest/unittest_vm.dart |
| +++ b/client/testing/unittest/unittest_vm.dart |
| @@ -16,7 +16,7 @@ _platformInitialize() { |
| _platformDefer(void callback()) { |
| new Timer((timer) { |
| callback(); |
| - }, 0, false); |
| + }, 0); |
| } |
| _platformStartTests() { |