| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index d69b8db39c50e215f929d09886052fe4dba0183c..c3aaf4424a28be482d8d3624e90adb02ec63cced 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -493,7 +493,7 @@ namespace internal {
|
| F(NewClosure, 1, 1) \
|
| F(NewClosure_Tenured, 1, 1) \
|
| F(NewScriptContext, 2, 1) \
|
| - F(NewFunctionContext, 1, 1) \
|
| + F(NewFunctionContext, 2, 1) \
|
| F(PushModuleContext, 3, 1) \
|
| F(PushWithContext, 3, 1) \
|
| F(PushCatchContext, 4, 1) \
|
|
|