Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index df0d16e8fd30820ff062bb5c9005d9d0761e33b4..07f51e4bec1d2ca39fae5e2da77ca3e3c1da83dc 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -340,6 +340,7 @@ namespace internal { |
F(LiveEditRelinkFunctionToScript, 2, 1) \ |
F(LiveEditPatchFunctionPositions, 2, 1) \ |
F(LiveEditCheckAndDropActivations, 2, 1) \ |
+ F(LiveEditCompareStringsLinewise, 2, 1) \ |
F(GetFunctionCodePositionFromSource, 2, 1) \ |
F(ExecuteInDebugContext, 2, 1) |
#else |