Chromium Code Reviews| Index: runtime/vm/il_printer.h |
| =================================================================== |
| --- runtime/vm/il_printer.h (revision 43198) |
| +++ runtime/vm/il_printer.h (working copy) |
| @@ -37,7 +37,7 @@ |
| public: |
| FlowGraphPrinter(const FlowGraph& flow_graph, |
| bool print_locations = false) |
| - : function_(flow_graph.parsed_function()->function()), |
| + : function_(flow_graph.function()), |
| block_order_(flow_graph.reverse_postorder()), |
| print_locations_(print_locations) { } |