| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index 7fc5e5c22e93b2f9b8739b00e0354f4d0eb26826..8b4645726dc13509f92655ec5f4d9aa7fbe4691b 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -206,7 +206,7 @@ void FullCodeGenerator::Generate() {
|
| bool need_write_barrier = true;
|
| if (FLAG_harmony_scoping && info->scope()->is_script_scope()) {
|
| __ push(a1);
|
| - __ Push(info->scope()->GetScopeInfo());
|
| + __ Push(info->scope()->GetScopeInfo(info->isolate()));
|
| __ CallRuntime(Runtime::kNewScriptContext, 2);
|
| } else if (heap_slots <= FastNewContextStub::kMaximumSlots) {
|
| FastNewContextStub stub(isolate(), heap_slots);
|
|
|