Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 31159) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -79,7 +79,7 @@ |
| if (FLAG_print_environments && (instr->env() != NULL)) { |
| instr->env()->PrintTo(&f); |
| } |
| - if (print_locations && (instr->locs() != NULL)) { |
| + if (print_locations && (instr->locs_ != NULL)) { |
| instr->locs()->PrintTo(&f); |
| } |
| if (instr->lifetime_position() != -1) { |