Chromium Code Reviews| Index: src/arm/lithium-codegen-arm.cc |
| =================================================================== |
| --- src/arm/lithium-codegen-arm.cc (revision 9687) |
| +++ src/arm/lithium-codegen-arm.cc (working copy) |
| @@ -2786,7 +2786,7 @@ |
| void LCodeGen::DoThisFunction(LThisFunction* instr) { |
| Register result = ToRegister(instr->result()); |
| - __ ldr(result, MemOperand(fp, JavaScriptFrameConstants::kFunctionOffset)); |
| + LoadHeapObject(result, instr->hydrogen()->closure()); |
| } |