Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 44383) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -1542,6 +1542,10 @@ |
| cls = Class::New<MirrorReference>(); |
| cls = Class::New<UserTag>(); |
| + const Context& context = Context::Handle(isolate, |
| + Context::New(0, Heap::kOld)); |
| + object_store->set_empty_context(context); |
| + |
| StubCode::InitBootstrapStubs(isolate); |
| } |