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