| Index: src/mips/macro-assembler-mips.cc
|
| diff --git a/src/mips/macro-assembler-mips.cc b/src/mips/macro-assembler-mips.cc
|
| index 465e8abc59f08d6f3dbc8051e23b8f0ec73a822c..d9a350fcbe6b48f3b51a7e1423dc8b1156ff2af0 100644
|
| --- a/src/mips/macro-assembler-mips.cc
|
| +++ b/src/mips/macro-assembler-mips.cc
|
| @@ -5523,7 +5523,7 @@ void MacroAssembler::TestJSArrayForAllocationMemento(
|
| Branch(&no_memento_available, gt, scratch_reg, Operand(at));
|
| lw(scratch_reg, MemOperand(scratch_reg, -AllocationMemento::kSize));
|
| Branch(allocation_memento_present, cond, scratch_reg,
|
| - Operand(Handle<Map>(isolate()->heap()->allocation_memento_map())));
|
| + Operand(isolate()->factory()->allocation_memento_map()));
|
| bind(&no_memento_available);
|
| }
|
|
|
|
|