Index: runtime/vm/dart.cc |
=================================================================== |
--- runtime/vm/dart.cc (revision 41244) |
+++ runtime/vm/dart.cc (working copy) |
@@ -203,6 +203,8 @@ |
// Setup for profiling. |
Profiler::InitProfilingForIsolate(isolate); |
+ StubCode::InitBootstrapStubs(isolate); |
+ |
if (snapshot_buffer == NULL) { |
const Error& error = Error::Handle(Object::Init(isolate)); |
if (!error.IsNull()) { |