Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index 20acf5ca3e1af5f56c26388497164c023d4f40fd..00a2caf040b97696913149641e01bd0bb7b1e02a 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -24,6 +24,8 @@ R(disassemble_optimized, false, bool, false, \ |
"Disassemble optimized code.") \ |
R(dump_symbol_stats, false, bool, false, \ |
"Dump symbol table statistics") \ |
+R(enable_mirrors, false, bool, true, \ |
+ "Disable to make importing dart:mirrors an error.") \ |
R(gc_at_alloc, false, bool, false, \ |
"GC at every allocation.") \ |
P(new_gen_ext_limit, int, 64, \ |