| Index: runtime/vm/flow_graph_inliner.h
|
| diff --git a/runtime/vm/flow_graph_inliner.h b/runtime/vm/flow_graph_inliner.h
|
| index 9f3a1c4ed36582dffcd525a7add86dcba72beffd..77a903a52b05bd1256c4d13cb03bbbb8ef9549d8 100644
|
| --- a/runtime/vm/flow_graph_inliner.h
|
| +++ b/runtime/vm/flow_graph_inliner.h
|
| @@ -58,7 +58,7 @@ class FlowGraphInliner : ValueObject {
|
| static bool TryInlineRecognizedMethod(FlowGraph* flow_graph,
|
| intptr_t receiver_cid,
|
| const Function& target,
|
| - Instruction* call,
|
| + Definition* call,
|
| Definition* receiver,
|
| TokenPosition token_pos,
|
| const ICData& ic_data,
|
|
|