Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| =================================================================== |
| --- runtime/vm/stub_code.h (revision 4191) |
| +++ runtime/vm/stub_code.h (working copy) |
| @@ -33,6 +33,7 @@ |
| V(FixCallersTarget) \ |
| V(Deoptimize) \ |
| V(BreakpointStatic) \ |
| + V(BreakpointReturn) \ |
| // Is it permitted for the stubs above to refer to Object::null(), which is |