Chromium Code Reviews| Index: vm/dart.cc |
| =================================================================== |
| --- vm/dart.cc (revision 2052) |
| +++ vm/dart.cc (working copy) |
| @@ -5,6 +5,7 @@ |
| #include "vm/dart.h" |
| #include "vm/code_index_table.h" |
| +#include "vm/freelist.h" |
|
antonm
2011/12/15 10:00:25
nit: sorting
Ivan Posva
2011/12/16 23:22:14
Done.
|
| #include "vm/flags.h" |
| #include "vm/handles.h" |
| #include "vm/heap.h" |
| @@ -32,6 +33,7 @@ |
| VirtualMemory::InitOnce(); |
| Isolate::InitOnce(); |
| PortMap::InitOnce(); |
| + FreeListElement::InitOnce(); |
| // Create the VM isolate and finish the VM initialization. |
| { |
| ASSERT(vm_isolate_ == NULL); |