| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 9868346f1e297e8ec82300cc4caa3d9858616155..48b9012a08493b59d2e5285c6bb09012bbcda765 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -1647,7 +1647,6 @@ DART_EXPORT Dart_Handle Dart_RunLoop() {
|
| data.monitor = &monitor;
|
| data.done = false;
|
| isolate->message_handler()->Run(
|
| - Dart::thread_pool(),
|
| NULL, RunLoopDone, reinterpret_cast<uword>(&data));
|
| while (!data.done) {
|
| ml.Wait();
|
|
|