Chromium Code Reviews| Index: runtime/vm/object.cc |
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc |
| index 01a65bd1bb52d70251cef2cc9d020766e909cd36..dc7f3c651a53c2c7be2919a0f2fed096e0a5c5cd 100644 |
| --- a/runtime/vm/object.cc |
| +++ b/runtime/vm/object.cc |
| @@ -13860,7 +13860,7 @@ void MegamorphicCache::Insert(const Smi& class_id, |
| const char* MegamorphicCache::ToCString() const { |
| - return ""; |
| + return "MegamorphicCache"; |
| } |