Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index a175836adb2a8a83eaac8b3e0342ee2b19b4c8eb..52af092c987527220401b82f4300bc98127edc72 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -9229,7 +9229,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); |