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