| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 65f5b4944855e37ed101607a5ec16208377b86d8..7c546f954e7cc3cf06e834582c46955f1cc2b96b 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -140,7 +140,7 @@
|
| C(print_stop_message, false, false, bool, false, "Print stop message.") \
|
| D(print_variable_descriptors, bool, false, \
|
| "Print variable descriptors in disassembly.") \
|
| - R(profiler, false, bool, !USING_DBC && !USING_FUCHSIA, \
|
| + R(profiler, false, bool, !USING_DBC, \
|
| "Enable the profiler.") \
|
| R(profiler_native_memory, false, bool, false, \
|
| "Enable native memory statistic collection.") \
|
|
|