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