Index: src/ic/mips64/handler-compiler-mips64.cc |
diff --git a/src/ic/mips64/handler-compiler-mips64.cc b/src/ic/mips64/handler-compiler-mips64.cc |
index 4c9f6d1474ededfc932bf582dab8f6ba902b44d8..942c42c2217b4ab1e343554eac269f17fa2527b5 100644 |
--- a/src/ic/mips64/handler-compiler-mips64.cc |
+++ b/src/ic/mips64/handler-compiler-mips64.cc |
@@ -168,7 +168,7 @@ void NamedLoadHandlerCompiler::GenerateDirectLoadGlobalFunctionPrototype( |
// Check we're still in the same context. |
const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX); |
__ ld(result, MemOperand(cp, offset)); |
- __ ld(result, FieldMemOperand(result, GlobalObject::kNativeContextOffset)); |
+ __ ld(result, FieldMemOperand(result, JSGlobalObject::kNativeContextOffset)); |
__ ld(result, MemOperand(result, Context::SlotOffset(index))); |
// Load its initial map. The global functions all have initial maps. |
__ ld(result, |