| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 5d6ccac709f235e85cc87230283e63cb7174505b..f66b0790edfb253308d54aadc6ee3a3972a6d2c3 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -210,7 +210,6 @@ namespace internal {
|
| F(FunctionGetName, 1, 1) \
|
| F(FunctionSetName, 2, 1) \
|
| F(FunctionNameShouldPrintAsAnonymous, 1, 1) \
|
| - F(FunctionMarkNameShouldPrintAsAnonymous, 1, 1) \
|
| F(FunctionIsGenerator, 1, 1) \
|
| F(FunctionIsArrow, 1, 1) \
|
| F(FunctionIsConciseMethod, 1, 1) \
|
|
|