Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index f5a4f502063b3ab677754a234dec8e0e38adecf2..9968b29b5de96980f094db42de984570174dc26e 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -442,6 +442,7 @@ namespace internal { |
| F(LiveEditPatchFunctionPositions, 2, 1) \ |
| F(LiveEditCheckAndDropActivations, 2, 1) \ |
| F(LiveEditCompareStrings, 2, 1) \ |
| + F(LiveEditRestartFrame, 2, 1) \ |
| F(GetFunctionCodePositionFromSource, 2, 1) \ |
| F(ExecuteInDebugContext, 2, 1) \ |
| \ |