Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 45789) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -534,6 +534,7 @@ |
| #endif // DEBUG |
| friend class Api; |
| + friend class ApiMessageReader; // GetClassId |
| friend class Array; |
| friend class ByteBuffer; |
| friend class Code; |