Chromium Code Reviews| Index: runtime/vm/dart.cc |
| =================================================================== |
| --- runtime/vm/dart.cc (revision 30276) |
| +++ runtime/vm/dart.cc (working copy) |
| @@ -116,8 +116,8 @@ |
| Object::InitOnce(); |
| ArgumentsDescriptor::InitOnce(); |
| StubCode::InitOnce(); |
| + Symbols::InitOnce(vm_isolate_); |
| Scanner::InitOnce(); |
| - Symbols::InitOnce(vm_isolate_); |
| Object::CreateInternalMetaData(); |
| CPUFeatures::InitOnce(); |
| #if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64) |