Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index 38f3f2cf80b20646ab29df64e5311536ab5f04ba..6cbf02dc775a7171ebcce5b1c75e0ce740ff9573 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -140,8 +140,7 @@ bool LCodeGen::GeneratePrologue() { |
// Sloppy mode functions and builtins need to replace the receiver with the |
// global proxy when called as functions (without an explicit receiver |
// object). |
- if (is_sloppy(info()->language_mode()) && info()->MayUseThis() && |
- !info()->is_native() && info()->scope()->has_this_declaration()) { |
+ if (info()->MustReplaceUndefinedReceiverWithGlobalProxy()) { |
Label ok; |
// +1 for return address. |
int receiver_offset = (scope()->num_parameters() + 1) * kPointerSize; |