| Index: src/runtime.h
|
| diff --git a/src/runtime.h b/src/runtime.h
|
| index 1c9bb08057c40057ddd88c7e9f8064c879dba8bb..46e0a59e1be04b7fa26526a576474a2c5b476921 100644
|
| --- a/src/runtime.h
|
| +++ b/src/runtime.h
|
| @@ -341,11 +341,11 @@ namespace internal {
|
| F(LiveEditFindSharedFunctionInfosForScript, 1, 1) \
|
| F(LiveEditGatherCompileInfo, 2, 1) \
|
| F(LiveEditReplaceScript, 3, 1) \
|
| - F(LiveEditReplaceFunctionCode, 2, 1) \
|
| + F(LiveEditReplaceFunctionCode, 3, 1) \
|
| F(LiveEditFunctionSetScript, 2, 1) \
|
| F(LiveEditReplaceRefToNestedFunction, 3, 1) \
|
| F(LiveEditPatchFunctionPositions, 2, 1) \
|
| - F(LiveEditCheckAndDropActivations, 2, 1) \
|
| + F(LiveEditCheckActivations, 1, 1) \
|
| F(LiveEditCompareStringsLinewise, 2, 1) \
|
| F(GetFunctionCodePositionFromSource, 2, 1) \
|
| F(ExecuteInDebugContext, 2, 1)
|
|
|