| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index 8d84fdace2562f4f6f834940706f298bfdf481a5..90d14c3f5d697745f3a8de1fcf9bd9286ee50e9b 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -9246,7 +9246,7 @@ static ObjectPair LoadContextSlotHelper(Arguments args,
|
| // GetProperty below can cause GC.
|
| Handle<Object> receiver_handle(
|
| object->IsGlobalObject()
|
| - ? GlobalObject::cast(*object)->global_receiver()
|
| + ? Object::cast(isolate->heap()->the_hole_value())
|
| : object->IsJSProxy() ? static_cast<Object*>(*object)
|
| : ComputeReceiverForNonGlobal(isolate, JSObject::cast(*object)),
|
| isolate);
|
|
|