Chromium Code Reviews| Index: runtime/bin/vmservice_impl.cc |
| diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc |
| index 74fb83688dffbc21d4dabbb180319c86ad5567b7..61bd48f43f07775b9839e9b96a9ffafe391a4567 100644 |
| --- a/runtime/bin/vmservice_impl.cc |
| +++ b/runtime/bin/vmservice_impl.cc |
| @@ -126,6 +126,9 @@ bool VmService::_Start(intptr_t server_port) { |
| SHUTDOWN_ON_ERROR(library); |
| } |
| + result = Dart_CompileAll(); |
|
Cutch
2013/12/11 00:26:41
Will remove before submitting.
|
| + SHUTDOWN_ON_ERROR(result); |
| + |
| // Make the isolate runnable so that it is ready to handle messages. |
| Dart_ExitScope(); |
| Dart_ExitIsolate(); |