Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index 2649b618c127c6c6d42e77f9c1ec27529fac45d6..ea1f7b8bb8c53e2249eeb87cc3d17b8ab212d2cc 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -2624,8 +2624,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { |
instr->arguments_count(), |
instr->function(), |
undefined, |
- instr->inlining_kind(), |
- instr->undefined_receiver()); |
+ instr->inlining_kind()); |
// Only replay binding of arguments object if it wasn't removed from graph. |
if (instr->arguments_var() != NULL && instr->arguments_object()->IsLinked()) { |
inner->Bind(instr->arguments_var(), instr->arguments_object()); |