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