| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index c36c96022627b9e7e38318f7b4c0240880f006b2..e1ca391d1a59fc0446579f150990dac4735f646e 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -345,13 +345,13 @@ 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(LiveEditFunctionSourceUpdated, 1, 1) \
|
| + F(LiveEditFunctionSourceUpdated, 2, 1) \
|
| F(LiveEditReplaceFunctionCode, 2, 1) \
|
| + F(LiveEditFixupScript, 2, 1) \
|
| F(LiveEditFunctionSetScript, 2, 1) \
|
| F(LiveEditReplaceRefToNestedFunction, 3, 1) \
|
| F(LiveEditPatchFunctionPositions, 2, 1) \
|
|
|