Chromium Code Reviews| Index: src/arm/lithium-arm.cc |
| =================================================================== |
| --- src/arm/lithium-arm.cc (revision 10299) |
| +++ src/arm/lithium-arm.cc (working copy) |
| @@ -1938,8 +1938,7 @@ |
| LOperand* key = needs_write_barrier |
| ? UseTempRegister(instr->key()) |
| : UseRegisterOrConstantAtStart(instr->key()); |
| - |
| - return AssignEnvironment(new LStoreKeyedFastElement(obj, key, val)); |
| + return new LStoreKeyedFastElement(obj, key, val); |
| } |