| Index: runtime/vm/dart.cc
|
| ===================================================================
|
| --- runtime/vm/dart.cc (revision 16642)
|
| +++ runtime/vm/dart.cc (working copy)
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "vm/code_observers.h"
|
| #include "vm/dart_api_state.h"
|
| +#include "vm/dart_entry.h"
|
| #include "vm/flags.h"
|
| #include "vm/freelist.h"
|
| #include "vm/handles.h"
|
| @@ -108,6 +109,7 @@
|
| Heap::Init(vm_isolate_);
|
| ObjectStore::Init(vm_isolate_);
|
| Object::InitOnce();
|
| + ArgumentsDescriptor::InitOnce();
|
| StubCode::InitOnce();
|
| Scanner::InitOnce();
|
| Symbols::InitOnce(vm_isolate_);
|
|
|