Chromium Code Reviews| Index: runtime/bin/vmservice_impl.cc |
| diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc |
| index fba6a98763505fa35a48645980e7e65b862cbf73..69c2d4868cd34c48db657602f2615e73b4fe4b87 100644 |
| --- a/runtime/bin/vmservice_impl.cc |
| +++ b/runtime/bin/vmservice_impl.cc |
| @@ -162,6 +162,8 @@ bool VmService::_Start(intptr_t server_port) { |
| result = LoadResources(library); |
| SHUTDOWN_ON_ERROR(result); |
| + result = Dart_CompileAll(); |
| + SHUTDOWN_ON_ERROR(result); |
| port_ = Dart_GetMainPortId(); |