Index: src/mips64/full-codegen-mips64.cc |
diff --git a/src/mips64/full-codegen-mips64.cc b/src/mips64/full-codegen-mips64.cc |
index cad5020dcb994d1e297fa4e04c3936e1bcc55794..a3941da3e707fc16f48255bfcacea84d255d5492 100644 |
--- a/src/mips64/full-codegen-mips64.cc |
+++ b/src/mips64/full-codegen-mips64.cc |
@@ -201,7 +201,7 @@ void FullCodeGenerator::Generate() { |
Comment cmnt(masm_, "[ Allocate context"); |
// Argument to NewContext is the function, which is still in a1. |
bool need_write_barrier = true; |
- if (FLAG_harmony_scoping && info->scope()->is_script_scope()) { |
+ if (info->scope()->is_script_scope()) { |
__ push(a1); |
__ Push(info->scope()->GetScopeInfo(info->isolate())); |
__ CallRuntime(Runtime::kNewScriptContext, 2); |