| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index bd9b86a3633c411944c35a4ed0da931eab4a5e00..ba1d1da196b212271a90e02e6766b25cd9a29fd7 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -377,7 +377,7 @@
|
| F(LiveEditFunctionSetScript, 2, 1) \
|
| F(LiveEditReplaceRefToNestedFunction, 3, 1) \
|
| F(LiveEditPatchFunctionPositions, 2, 1) \
|
| - F(LiveEditCheckAndDropActivations, 3, 1) \
|
| + F(LiveEditCheckAndDropActivations, 2, 1) \
|
| F(LiveEditCompareStrings, 2, 1) \
|
| F(LiveEditRestartFrame, 2, 1)
|
|
|
|
|