| Index: runtime/vm/dart.cc
|
| ===================================================================
|
| --- runtime/vm/dart.cc (revision 1904)
|
| +++ runtime/vm/dart.cc (working copy)
|
| @@ -33,6 +33,7 @@
|
| Flags::ProcessCommandLineFlags(argc, argv);
|
| VirtualMemory::InitOnce();
|
| Isolate::InitOnce();
|
| + PortMap::InitOnce();
|
| // Create the VM isolate and finish the VM initialization.
|
| {
|
| ASSERT(vm_isolate_ == NULL);
|
| @@ -43,7 +44,6 @@
|
| ObjectStore::Init(vm_isolate_);
|
| Object::InitOnce();
|
| StubCode::InitOnce();
|
| - PortMap::InitOnce();
|
| Scanner::InitOnce();
|
| }
|
| Isolate::SetCurrent(NULL); // Unregister the VM isolate from this thread.
|
|
|