| Index: runtime/vm/il_printer.cc
|
| ===================================================================
|
| --- runtime/vm/il_printer.cc (revision 8143)
|
| +++ runtime/vm/il_printer.cc (working copy)
|
| @@ -234,10 +234,10 @@
|
|
|
| void CreateClosureComp::PrintOperandsTo(BufferFormatter* f) const {
|
| f->Print("%s", function().ToCString());
|
| - if (type_arguments() != NULL) {
|
| - f->Print(", ");
|
| - type_arguments()->PrintTo(f);
|
| - }
|
| + f->Print(", ");
|
| + type_arguments()->PrintTo(f);
|
| + f->Print(", ");
|
| + receiver()->PrintTo(f);
|
| }
|
|
|
|
|
|
|