Index: src/full-codegen/mips/full-codegen-mips.cc |
diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc |
index b4c50dfd282017446a019ba0b372df3f84bb042f..a8f443ecf0192a0c1b9ab1d7cee488f594334e1b 100644 |
--- a/src/full-codegen/mips/full-codegen-mips.cc |
+++ b/src/full-codegen/mips/full-codegen-mips.cc |
@@ -184,7 +184,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); |