Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 07f51e4bec1d2ca39fae5e2da77ca3e3c1da83dc..02df58d467d01171f9040918e4989e6ac58e4775 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -337,7 +337,8 @@ namespace internal { |
F(LiveEditGatherCompileInfo, 2, 1) \ |
F(LiveEditReplaceScript, 3, 1) \ |
F(LiveEditReplaceFunctionCode, 2, 1) \ |
- F(LiveEditRelinkFunctionToScript, 2, 1) \ |
+ F(LiveEditFunctionSetScript, 2, 1) \ |
+ F(LiveEditReplaceRefToNestedFunction, 3, 1) \ |
F(LiveEditPatchFunctionPositions, 2, 1) \ |
F(LiveEditCheckAndDropActivations, 2, 1) \ |
F(LiveEditCompareStringsLinewise, 2, 1) \ |