| Index: src/x87/full-codegen-x87.cc
|
| diff --git a/src/x87/full-codegen-x87.cc b/src/x87/full-codegen-x87.cc
|
| index c360353146ea277ae0118c756d18cfe97d446377..2810549cb35c27f1f3466d4e0d56ec9e910b044f 100644
|
| --- a/src/x87/full-codegen-x87.cc
|
| +++ b/src/x87/full-codegen-x87.cc
|
| @@ -1252,9 +1252,7 @@ void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info,
|
| !pretenure &&
|
| scope()->is_function_scope() &&
|
| info->num_literals() == 0) {
|
| - FastNewClosureStub stub(isolate(),
|
| - info->strict_mode(),
|
| - info->is_generator());
|
| + FastNewClosureStub stub(isolate(), info->strict_mode(), info->kind());
|
| __ mov(ebx, Immediate(info));
|
| __ CallStub(&stub);
|
| } else {
|
|
|