| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 9c0a808f20c92849130a5003c5c3d17fb5557a20..9e0b653f327d927169a9773509844f0f25468d33 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -168,7 +168,7 @@ void CompileType::PrintTo(BufferFormatter* f) const {
|
| const char* type_name = "?";
|
| if ((cid_ != kIllegalCid) && (cid_ != kDynamicCid)) {
|
| const Class& cls =
|
| - Class::Handle(Isolate::Current()->class_table()->At(cid_));
|
| + Class::Handle(Isolate::Current()->class_table()->At(cid_));
|
| type_name = String::Handle(cls.PrettyName()).ToCString();
|
| } else if (type_ != NULL &&
|
| !type_->Equals(Type::Handle(Type::DynamicType()))) {
|
|
|