| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 71fcec4e41b2e9cf97caef81adcf4b6f3d22e581..426ec42f95e5d23d58d863b841b4b302d5e58507 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -85,7 +85,6 @@ static void PrecompilationModeHandler(bool value) {
|
|
|
| FLAG_background_compilation = false;
|
| FLAG_always_megamorphic_calls = true;
|
| - FLAG_collect_dynamic_function_names = true;
|
| FLAG_fields_may_be_reset = true;
|
| FLAG_ic_range_profiling = false;
|
| FLAG_interpret_irregexp = true;
|
|
|