| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 24627)
|
| +++ runtime/vm/code_generator.h (working copy)
|
| @@ -28,6 +28,7 @@
|
| DECLARE_RUNTIME_ENTRY(BreakpointStaticHandler);
|
| DECLARE_RUNTIME_ENTRY(BreakpointReturnHandler);
|
| DECLARE_RUNTIME_ENTRY(BreakpointDynamicHandler);
|
| +DECLARE_RUNTIME_ENTRY(SingleStepHandler);
|
| DECLARE_RUNTIME_ENTRY(CloneContext);
|
| DECLARE_RUNTIME_ENTRY(Deoptimize);
|
| DECLARE_RUNTIME_ENTRY(FixCallersTarget);
|
|
|