| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 5818624de4c8985423ab45cd6f9a4e305b484bef..367cdcc46d88c86e43515a3ffc028d61a0e2a76a 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -156,6 +156,8 @@ R(support_disassembler, false, bool, true, \
|
| "Support the disassembler.") \
|
| R(support_il_printer, false, bool, true, \
|
| "Support the IL printer.") \
|
| +R(support_reload, false, bool, true, \
|
| + "Support isolate reload.") \
|
| R(support_service, false, bool, true, \
|
| "Support the service protocol.") \
|
| R(support_timeline, false, bool, true, \
|
|
|