Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 22154) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -274,6 +274,7 @@ |
| Value** instantiator_type_arguments); |
| Value* BuildInstantiator(); |
| Value* BuildInstantiatorTypeArguments(intptr_t token_pos, |
| + const Class& instantiator_class, |
| Value* instantiator); |
| // Perform a type check on the given value. |