| 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 e9e1956e55a4d98b04eff49e2b970c719f4b8244..6a4af1e893a1323f67cbfd1e398553da33e772fa 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);
|
|
|