| Index: src/ppc/full-codegen-ppc.cc
|
| diff --git a/src/ppc/full-codegen-ppc.cc b/src/ppc/full-codegen-ppc.cc
|
| index 2cd6da201a3da656b76980cd20b4aa519f55be53..3ff2fc43e11c39127d954cee6b6ea9d1143eb52b 100644
|
| --- a/src/ppc/full-codegen-ppc.cc
|
| +++ b/src/ppc/full-codegen-ppc.cc
|
| @@ -200,7 +200,7 @@ void FullCodeGenerator::Generate() {
|
| // Argument to NewContext is the function, which is still in r4.
|
| 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(r4);
|
| __ Push(info->scope()->GetScopeInfo(info->isolate()));
|
| __ CallRuntime(Runtime::kNewScriptContext, 2);
|
|
|