| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.cc b/runtime/vm/flow_graph_compiler_ia32.cc
|
| index f3e71a394a3f2f8cee8c0ab9824d704824b36c92..aab7e27a9a43f1f131fa52e1ede5e1d0feccb540 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.cc
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.cc
|
| @@ -78,12 +78,12 @@ void FlowGraphCompiler::ExitIntrinsicMode() {
|
| }
|
|
|
|
|
| -RawDeoptInfo* CompilerDeoptInfo::CreateDeoptInfo(FlowGraphCompiler* compiler,
|
| +RawTypedData* CompilerDeoptInfo::CreateDeoptInfo(FlowGraphCompiler* compiler,
|
| DeoptInfoBuilder* builder,
|
| const Array& deopt_table) {
|
| if (deopt_env_ == NULL) {
|
| ++builder->current_info_number_;
|
| - return DeoptInfo::null();
|
| + return TypedData::null();
|
| }
|
|
|
| intptr_t stack_height = compiler->StackSize();
|
|
|