| Index: src/handles.cc
|
| diff --git a/src/handles.cc b/src/handles.cc
|
| index 830eb096027452956aef5c9d0cc49c151affb756..deb153512b660ae05f048f656f9e8075c981172d 100644
|
| --- a/src/handles.cc
|
| +++ b/src/handles.cc
|
| @@ -509,7 +509,7 @@ Handle<FixedArray> GetKeysInFixedArrayFor(Handle<JSReceiver> object,
|
| Isolate* isolate = object->GetIsolate();
|
| Handle<FixedArray> content = isolate->factory()->empty_fixed_array();
|
| Handle<JSObject> arguments_boilerplate = Handle<JSObject>(
|
| - isolate->context()->native_context()->arguments_boilerplate(),
|
| + isolate->context()->native_context()->sloppy_arguments_boilerplate(),
|
| isolate);
|
| Handle<JSFunction> arguments_function = Handle<JSFunction>(
|
| JSFunction::cast(arguments_boilerplate->map()->constructor()),
|
|
|