Chromium Code Reviews| Index: runtime/vm/dart.cc |
| =================================================================== |
| --- runtime/vm/dart.cc (revision 17246) |
| +++ runtime/vm/dart.cc (working copy) |
| @@ -213,6 +213,8 @@ |
| isolate->heap()->ProfileToFile("initialize"); |
| } |
| + Object::VerifyBuiltinVtables(); |
| + |
| StubCode::Init(isolate); |
| // TODO(regis): Reenable this code for arm and mips when possible. |
| #if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64) |