| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 27433)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -3768,7 +3768,7 @@
|
| TargetEntryInstr* normal_entry =
|
| new TargetEntryInstr(AllocateBlockId(),
|
| CatchClauseNode::kInvalidTryIndex);
|
| - graph_entry_ = new GraphEntryInstr(*parsed_function(), normal_entry, osr_id_);
|
| + graph_entry_ = new GraphEntryInstr(parsed_function(), normal_entry, osr_id_);
|
| EffectGraphVisitor for_effect(this, 0);
|
| // This check may be deleted if the generated code is leaf.
|
| // Native functions don't need a stack check at entry.
|
|
|