| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 3c16fa5a186abf625df4a0785fdea594de0ec3da..977ae2b1bd165dad2816a4a5324f3846b0f5ffda 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -567,6 +567,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) \
|
|
|