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 7c398ab0dd0e250b8125a9a40aad7034ccc5aca4..486590172fb9f2d2bab27d26eb76867094bbaeb9 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); |