Index: runtime/vm/dart.cc |
=================================================================== |
--- runtime/vm/dart.cc (revision 23899) |
+++ runtime/vm/dart.cc (working copy) |
@@ -106,7 +106,7 @@ |
{ |
ASSERT(vm_isolate_ == NULL); |
ASSERT(Flags::Initialized()); |
- vm_isolate_ = Isolate::Init("vm-isolate"); |
+ vm_isolate_ = Isolate::Init("vm-isolate", true); |
StackZone zone(vm_isolate_); |
HandleScope handle_scope(vm_isolate_); |
Heap::Init(vm_isolate_); |