| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 3a290691ed9fe400314266cec42a712e0f9596aa..b538db1d86838169a1c9171241628d5b7ad61db1 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>(
|
|
|