| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 35692)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -349,7 +349,7 @@
|
| void BuildTypecheckArguments(intptr_t token_pos,
|
| Value** instantiator,
|
| Value** instantiator_type_arguments);
|
| - Value* BuildInstantiator();
|
| + Value* BuildInstantiator(const Class& instantiator_class);
|
| Value* BuildInstantiatorTypeArguments(intptr_t token_pos,
|
| const Class& instantiator_class,
|
| Value* instantiator);
|
|
|