Index: src/ia32/lithium-ia32.cc |
=================================================================== |
--- src/ia32/lithium-ia32.cc (revision 6258) |
+++ src/ia32/lithium-ia32.cc (working copy) |
@@ -1611,10 +1611,7 @@ |
LInstruction* LChunkBuilder::DoCheckPrototypeMaps(HCheckPrototypeMaps* instr) { |
LOperand* temp = TempRegister(); |
- LCheckPrototypeMaps* result = |
- new LCheckPrototypeMaps(temp, |
- instr->holder(), |
- instr->receiver_map()); |
+ LCheckPrototypeMaps* result = new LCheckPrototypeMaps(temp); |
return AssignEnvironment(result); |
} |