Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 4d84a153fc68cdba17ce52bf9295e65abfcd3df4..db1a6258926fcdd9428396756570c03bc05446ee 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); |