Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 82a63f0ae60e1474d5c2a66ecc2c018cea6ea8ff..21a6532df613732fd4c7c88304f5ce02f482c874 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1397,6 +1397,7 @@ bool Genesis::InstallJSBuiltins(Handle<JSBuiltinsObject> builtins) { |
Handle<SharedFunctionInfo> shared |
= Handle<SharedFunctionInfo>(function->shared()); |
if (!EnsureCompiled(shared, CLEAR_EXCEPTION)) return false; |
+ builtins->set_javascript_builtin_code(id, shared->code()); |
} |
return true; |
} |