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