Chromium Code Reviews| Index: runtime/vm/dart.cc |
| =================================================================== |
| --- runtime/vm/dart.cc (revision 20700) |
| +++ runtime/vm/dart.cc (working copy) |
| @@ -229,6 +229,7 @@ |
| } |
| isolate->heap()->EnableGrowthControl(); |
| isolate->set_init_callback_data(data); |
| + Api::SetupAcquiredError(isolate); |
| if (FLAG_print_class_table) { |
| isolate->class_table()->Print(); |
| } |