Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 33386) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -1383,6 +1383,8 @@ |
| friend class SnapshotReader; |
| friend class GrowableObjectArray; |
| friend class Object; |
| + friend class ICData; // For high performance access. |
| + friend class SubtypeTestCache; // For high performance access. |
| }; |