Chromium Code Reviews| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index 6be7515be3f4fce59b118f9cfa0128402243d865..4f11c2e7b60196a20eea7df370473e1de5ea3e11 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -197,6 +197,7 @@ namespace internal { | 
| F(FunctionMarkNameShouldPrintAsAnonymous, 1, 1) \ | 
| F(FunctionIsGenerator, 1, 1) \ | 
| F(FunctionIsArrow, 1, 1) \ | 
| + F(FunctionIsConciseMethod, 1, 1) \ | 
| F(FunctionBindArguments, 4, 1) \ | 
| F(BoundFunctionGetBindings, 1, 1) \ | 
| F(FunctionRemovePrototype, 1, 1) \ |