| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 8a53bc8622029094f3285dae7d41e10af3766719..5e47ddf49e70576cb9d7d4304b9fb36cd9e77282 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -545,8 +545,8 @@ namespace internal {
|
| F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \
|
| F(NewSloppyArguments, 3, 1) \
|
| F(NewStrictArguments, 3, 1) \
|
| - F(NewClosureFromStubFailure, 1, 1) \
|
| - F(NewClosure, 3, 1) \
|
| + F(NewClosure, 1, 1) \
|
| + F(NewClosure_Tenured, 1, 1) \
|
| F(NewScriptContext, 2, 1) \
|
| F(NewFunctionContext, 1, 1) \
|
| F(PushWithContext, 2, 1) \
|
|
|