| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 84ac159f5ffebd82e8ccaa503e5170836d011d15..5807306540e37dff923ebd488def9ace2d3049d0 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -39,7 +39,7 @@ class FlowGraphBuilder: public ValueObject {
|
| private:
|
| const ParsedFunction& parsed_function_;
|
| const char* bailout_reason_;
|
| - GrowableArray<Instruction*> postorder_block_entries_;
|
| + GrowableArray<BlockEntryInstr*> postorder_block_entries_;
|
| };
|
|
|
|
|
|
|