| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index d82049032d7bdfd356a9bdbddb498e551a9aa82f..f2876371e5a2ecdf742e553a8269c4a9b2ca88e5 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -564,6 +564,7 @@ namespace internal {
 | 
|    F(DebugDisassembleFunction, 1, 1)                 \
 | 
|    F(DebugDisassembleConstructor, 1, 1)              \
 | 
|    F(FunctionGetInferredName, 1, 1)                  \
 | 
| +  F(FunctionGetDebugName, 1, 1)                     \
 | 
|    F(LiveEditFindSharedFunctionInfosForScript, 1, 1) \
 | 
|    F(LiveEditGatherCompileInfo, 2, 1)                \
 | 
|    F(LiveEditReplaceScript, 3, 1)                    \
 | 
| 
 |