| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 146b2ec96cb99069fbae9316d2c0b86419c0551a..04141c12a9457e18010cc4ef9e9a8ac272b02d9d 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -862,7 +862,7 @@ void FlowGraphCompiler::FinalizeDeoptInfo(const Code& code) {
|
| const Array& array =
|
| Array::Handle(Array::New(deopt_info_table_size, Heap::kOld));
|
| Smi& offset = Smi::Handle();
|
| - DeoptInfo& info = DeoptInfo::Handle();
|
| + TypedData& info = TypedData::Handle();
|
| Smi& reason_and_flags = Smi::Handle();
|
| for (intptr_t i = 0; i < deopt_infos_.length(); i++) {
|
| offset = Smi::New(deopt_infos_[i]->pc_offset());
|
|
|