| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index ecb5bf1b5164265ae48d7f4be04d01181a7c8c65..36d1a290c5e20161f370e0cde18f30ef55db29a7 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -10369,7 +10369,7 @@ void JSFunction::SetInstancePrototype(Handle<JSFunction> function,
|
| CacheInitialJSArrayMaps(native_context, new_map);
|
| Handle<Map> new_strong_map =
|
| Map::Copy(initial_map, "SetInstancePrototype");
|
| - new_strong_map->set_is_strong(true);
|
| + new_strong_map->set_is_strong();
|
| CacheInitialJSArrayMaps(native_context, new_strong_map);
|
| }
|
| }
|
|
|