Chromium Code Reviews| Index: runtime/vm/il_printer.cc | 
| =================================================================== | 
| --- runtime/vm/il_printer.cc (revision 35712) | 
| +++ runtime/vm/il_printer.cc (working copy) | 
| @@ -584,7 +584,7 @@ | 
| void MathUnaryInstr::PrintOperandsTo(BufferFormatter* f) const { | 
| - f->Print("'%s', ", MethodRecognizer::KindToCString(kind())); | 
| + f->Print("'%s', ", MathUnaryInstr::KindToCString(kind())); | 
| value()->PrintTo(f); | 
| } |