Index: src/full-codegen/mips64/full-codegen-mips64.cc |
diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc |
index 8752365c0efb5f425ccf32daadc98061669798e1..6a136e7021d7ac53ba9bf20fba10eb2e807d1a13 100644 |
--- a/src/full-codegen/mips64/full-codegen-mips64.cc |
+++ b/src/full-codegen/mips64/full-codegen-mips64.cc |
@@ -183,7 +183,7 @@ void FullCodeGenerator::Generate() { |
int slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; |
if (info->scope()->is_script_scope()) { |
__ push(a1); |
- __ Push(info->scope()->GetScopeInfo(info->isolate())); |
+ __ Push(info->scope()->scope_info()); |
__ CallRuntime(Runtime::kNewScriptContext); |
PrepareForBailoutForId(BailoutId::ScriptContext(), |
BailoutState::TOS_REGISTER); |