Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 2c5e9a82a88fe575730ded75b7d1df4284b461f7..ee68c825cf3eec372683c0447dc10e5fc696dbb4 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1151,6 +1151,7 @@ void Genesis::InitializeGlobal(Handle<GlobalObject> global_object, |
isolate->initial_object_prototype(), |
Builtins::kIllegal); |
native_context()->set_array_buffer_fun(*array_buffer_fun); |
+ native_context()->set_array_buffer_map(array_buffer_fun->initial_map()); |
} |
{ // -- T y p e d A r r a y s |