| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index c59746ece95f07868f414f125ea51628447170a5..af82d62512c7c0add09ac2445a4462e9a977ab5d 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -162,6 +162,8 @@
|
| "Enables heap verification after GC.") \
|
| R(verify_before_gc, false, bool, false, \
|
| "Enables heap verification before GC.") \
|
| + D(verify_gc_contains, bool, false, \
|
| + "Enables verification of address contains during GC.") \
|
| D(verify_on_transition, bool, false, "Verify on dart <==> VM.")
|
|
|
| #endif // RUNTIME_VM_FLAG_LIST_H_
|
|
|