Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index c079345ef91fb8a22f63b1d2da059a0f067a7686..896a8f763982f076f6a5e8b26a2c1fd47d8430f4 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -334,8 +334,9 @@ namespace internal { |
F(LiveEditReplaceFunctionCode, 2, 1) \ |
F(LiveEditRelinkFunctionToScript, 2, 1) \ |
F(LiveEditPatchFunctionPositions, 2, 1) \ |
- F(LiveEditCheckStackActivations, 1, 1) \ |
- F(GetFunctionCodePositionFromSource, 2, 1) |
+ F(LiveEditCheckAndDropActivations, 2, 1) \ |
+ F(GetFunctionCodePositionFromSource, 2, 1) \ |
+ F(ExecuteInDebugContext, 2, 1) |
#else |
#define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) |
#endif |