| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index fbe348454530df913347d9f8616048f5d51574b0..42df32d1531b00148e6e5e7086fc0cb974c1578a 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -468,7 +468,7 @@ void FlowGraphCompiler::FinalizeDeoptInfo(const Code& code) {
|
| Smi& reason = Smi::Handle();
|
| for (intptr_t i = 0; i < deopt_infos_.length(); i++) {
|
| offset = Smi::New(deopt_infos_[i]->pc_offset());
|
| - info = deopt_infos_[i]->CreateDeoptInfo(this, &builder);
|
| + info = deopt_infos_[i]->CreateDeoptInfo(this, &builder, array);
|
| reason = Smi::New(deopt_infos_[i]->reason());
|
| DeoptTable::SetEntry(array, i, offset, info, reason);
|
| }
|
|
|