Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 0831554450ee30b6e50eaf2997901be0f496f3dc..30cc72d28048467bf8a0342987bb51cb3a229403 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -5032,6 +5032,7 @@ class MegamorphicCache : public Object { |
| private: |
| friend class Class; |
| + friend class MegamorphicCacheTable; |
| static RawMegamorphicCache* New(); |