Chromium Code Reviews| Index: vm/raw_object.h |
| =================================================================== |
| --- vm/raw_object.h (revision 10306) |
| +++ vm/raw_object.h (working copy) |
| @@ -1117,6 +1117,7 @@ |
| uint8_t data_[0]; |
| friend class SnapshotReader; |
| + friend class ApiMessageReader; |
| }; |