| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 30005)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -2223,7 +2223,9 @@
|
| BuildPushArguments(*node->arguments(), arguments);
|
| InstanceCallInstr* call = new InstanceCallInstr(
|
| node->token_pos(),
|
| - node->function_name(), Token::kILLEGAL, arguments,
|
| + node->function_name(),
|
| + Token::kILLEGAL,
|
| + arguments,
|
| node->arguments()->names(),
|
| 1,
|
| owner()->ic_data_array());
|
|
|