Chromium Code Reviews| Index: runtime/vm/block_scheduler.cc |
| =================================================================== |
| --- runtime/vm/block_scheduler.cc (revision 43213) |
| +++ runtime/vm/block_scheduler.cc (working copy) |
| @@ -65,7 +65,7 @@ |
| void BlockScheduler::AssignEdgeWeights() const { |
| - const Code& unoptimized_code = flow_graph()->parsed_function()->code(); |
| + const Code& unoptimized_code = flow_graph()->parsed_function().code(); |
| ASSERT(!unoptimized_code.IsNull()); |
| intptr_t entry_count = |