| Index: runtime/vm/flow_graph_inliner.cc
|
| diff --git a/runtime/vm/flow_graph_inliner.cc b/runtime/vm/flow_graph_inliner.cc
|
| index 911e62c9a9a7ae86ee37063745a5882faa3e0d5d..6d86710b69d3bf722989fe0aea23751db8e8fa2e 100644
|
| --- a/runtime/vm/flow_graph_inliner.cc
|
| +++ b/runtime/vm/flow_graph_inliner.cc
|
| @@ -494,7 +494,10 @@ class CallSiteInliner : public ValueObject {
|
| // Build the callee graph.
|
| InlineExitCollector* exit_collector =
|
| new InlineExitCollector(caller_graph_, call);
|
| - FlowGraphBuilder builder(parsed_function, ic_data_array, exit_collector);
|
| + FlowGraphBuilder builder(parsed_function,
|
| + ic_data_array,
|
| + exit_collector,
|
| + Isolate::kNoDeoptId);
|
| builder.SetInitialBlockId(caller_graph_->max_block_id());
|
| FlowGraph* callee_graph;
|
| {
|
|
|