| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 63b0aa98d661f90077a6cbe4aa33d691cdf5f8bb..1fedfe8cb3a99bf1944b88651442fe734a5fdae4 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -235,7 +235,7 @@ namespace internal {
|
| F(FunctionGetName, 1, 1) \
|
| F(FunctionSetName, 2, 1) \
|
| F(FunctionNameShouldPrintAsAnonymous, 1, 1) \
|
| - F(FunctionMarkNameShouldPrintAsAnonymous, 1, 1) \
|
| + F(CompleteFunctionConstruction, 3, 1) \
|
| F(FunctionIsArrow, 1, 1) \
|
| F(FunctionIsConciseMethod, 1, 1) \
|
| F(FunctionRemovePrototype, 1, 1) \
|
|
|