Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index f9dc5990d3404a777c9a8ca8222606c28c69ede9..8c2f86dfd72fb4a06720f8923defd6c6d3fbd2e1 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -331,7 +331,8 @@ namespace internal { |
F(LiveEditReplaceScript, 3, 1) \ |
F(LiveEditReplaceFunctionCode, 2, 1) \ |
F(LiveEditRelinkFunctionToScript, 2, 1) \ |
- F(LiveEditPatchFunctionPositions, 2, 1) |
+ F(LiveEditPatchFunctionPositions, 2, 1) \ |
+ F(LiveEditCheckStackActivations, 1, 1) |
#else |
#define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) |
#endif |