Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 31400) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -1477,6 +1477,7 @@ |
| // Variable length data follows here. |
| uint8_t data_[0]; |
| + friend class Api; |
|
srdjan
2013/12/30 18:35:19
Why?
siva
2013/12/30 19:39:49
In order to be able to access 'data_' which is pro
|
| friend class Object; |
| friend class Instance; |
| }; |