| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 28492)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -2551,8 +2551,7 @@
|
| BuildInstantiatorTypeArguments(token_pos, instantiator_class, NULL);
|
| const bool use_instantiator_type_args =
|
| type_arguments.IsUninstantiatedIdentity() ||
|
| - type_arguments.CanShareInstantiatorTypeArguments(
|
| - instantiator_class);
|
| + type_arguments.CanShareInstantiatorTypeArguments(instantiator_class);
|
| return use_instantiator_type_args
|
| ? instantiator_value
|
| : Bind(new InstantiateTypeArgumentsInstr(token_pos,
|
|
|