| Index: src/handles.cc
|
| diff --git a/src/handles.cc b/src/handles.cc
|
| index 7ccfe08e4579016ebb496c9e010d5611df7fec16..224e51e1e6e1856b94d35a47ccf9938a4e0498f1 100644
|
| --- a/src/handles.cc
|
| +++ b/src/handles.cc
|
| @@ -604,7 +604,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()->global_context()->arguments_boilerplate(),
|
| + isolate->context()->native_context()->arguments_boilerplate(),
|
| isolate);
|
| Handle<JSFunction> arguments_function = Handle<JSFunction>(
|
| JSFunction::cast(arguments_boilerplate->map()->constructor()),
|
|
|