| Index: src/x87/macro-assembler-x87.h
|
| diff --git a/src/x87/macro-assembler-x87.h b/src/x87/macro-assembler-x87.h
|
| index 55de05f74fe06bab1a6eba090266d7f87a80a50f..c959ff25583b43a27bba14ae0332b5036fcf13e9 100644
|
| --- a/src/x87/macro-assembler-x87.h
|
| +++ b/src/x87/macro-assembler-x87.h
|
| @@ -949,8 +949,8 @@ inline Operand ContextOperand(Register context, Register index) {
|
| return Operand(context, index, times_pointer_size, Context::SlotOffset(0));
|
| }
|
|
|
| -inline Operand GlobalObjectOperand() {
|
| - return ContextOperand(esi, Context::GLOBAL_OBJECT_INDEX);
|
| +inline Operand NativeContextOperand() {
|
| + return ContextOperand(esi, Context::NATIVE_CONTEXT_INDEX);
|
| }
|
|
|
| #ifdef GENERATED_CODE_COVERAGE
|
|
|