Index: src/mips64/full-codegen-mips64.cc |
diff --git a/src/mips64/full-codegen-mips64.cc b/src/mips64/full-codegen-mips64.cc |
index 79052b958c71af7b3e089f0eaa23e42f92e281df..900837f7b1dd50ec6cd5d516108ab78c0336c9bf 100644 |
--- a/src/mips64/full-codegen-mips64.cc |
+++ b/src/mips64/full-codegen-mips64.cc |
@@ -203,7 +203,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); |