Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 71edc3a6e3eccbe139f4e7807c2aa4239b3b29ec..05f09f6f3ef87e3d4c8ea798c39f538096549ac6 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -333,7 +333,8 @@ namespace internal { |
F(LiveEditReplaceFunctionCode, 2, 1) \ |
F(LiveEditRelinkFunctionToScript, 2, 1) \ |
F(LiveEditPatchFunctionPositions, 2, 1) \ |
- F(LiveEditCheckStackActivations, 1, 1) |
+ F(LiveEditCheckStackActivations, 1, 1) \ |
+ F(GetFunctionCodePositionFromSource, 2, 1) |
#else |
#define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) |
#endif |