Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 21cb5122a83e266175d6c12d79000b6303614bad..775cfe865176105ae221ad3110967396b87e3b2f 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -336,11 +336,10 @@ namespace internal { |
F(CreateArrayLiteral, 4, 1) \ |
F(CreateArrayLiteralStubBailout, 3, 1) |
- |
#define FOR_EACH_INTRINSIC_LIVEEDIT(F) \ |
F(LiveEditFindSharedFunctionInfosForScript, 1, 1) \ |
F(LiveEditGatherCompileInfo, 2, 1) \ |
- F(LiveEditReplaceScript, 3, 1) \ |
+ F(LiveEditReplaceScript, 4, 1) \ |
F(LiveEditFunctionSourceUpdated, 1, 1) \ |
F(LiveEditReplaceFunctionCode, 2, 1) \ |
F(LiveEditFunctionSetScript, 2, 1) \ |