| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index e2e5c22124d59949100d609b81442d55c4b9919d..1583d52ed20bb4907377838bcdac31f99ad8a764 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -321,11 +321,13 @@ namespace internal {
|
| F(SystemBreak, 0, 1) \
|
| F(DebugDisassembleFunction, 1, 1) \
|
| F(DebugDisassembleConstructor, 1, 1) \
|
| - F(FunctionGetInferredName, 1, 1)
|
| + F(FunctionGetInferredName, 1, 1) \
|
| + F(DebugChangeScriptLive, 4, 1)
|
| #else
|
| #define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F)
|
| #endif
|
|
|
| +
|
| #ifdef ENABLE_LOGGING_AND_PROFILING
|
| #define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) \
|
| F(ProfilerResume, 2, 1) \
|
|
|