| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index ba5bdffc8efccbd8ff6e9b0e848851f5d481e171..872cf1194dae3f0a574596a9c7cb6b04e0c9e0aa 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -236,7 +236,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) \
|
|
|