Chromium Code Reviews| Index: runtime/vm/runtime_entry_list.h |
| diff --git a/runtime/vm/runtime_entry_list.h b/runtime/vm/runtime_entry_list.h |
| index 60e46a0672f92bd83ad7611a51d70bd985a96808..a63f9bbd45cbc3824736d408cb43b36c8743b997 100644 |
| --- a/runtime/vm/runtime_entry_list.h |
| +++ b/runtime/vm/runtime_entry_list.h |
| @@ -33,6 +33,7 @@ namespace dart { |
| V(OptimizeInvokedFunction) \ |
| V(TraceICCall) \ |
| V(PatchStaticCall) \ |
| + V(RangeError) \ |
| V(ReThrow) \ |
| V(StackOverflow) \ |
| V(Throw) \ |