Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 25902) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -793,7 +793,7 @@ |
| void CheckClassInstr::PrintOperandsTo(BufferFormatter* f) const { |
| value()->PrintTo(f); |
| PrintICData(f, unary_checks()); |
| - if (null_check()) { |
| + if (IsNullCheck()) { |
| f->Print(" nullcheck"); |
| } |
| } |