Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 1c4574e5e0d8842cc342100325ae1cce0561d160..8e837373b2cf7c99a09be92b579ee824df027041 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1241,6 +1241,7 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object, |
Handle<Map> string_map = |
Handle<Map>(native_context()->string_function()->initial_map()); |
+ string_map->set_elements_kind(FAST_STRING_WRAPPER_ELEMENTS); |
Map::EnsureDescriptorSlack(string_map, 1); |
PropertyAttributes attribs = static_cast<PropertyAttributes>( |