Chromium Code Reviews| Index: vm/raw_object.h |
| =================================================================== |
| --- vm/raw_object.h (revision 14937) |
| +++ vm/raw_object.h (working copy) |
| @@ -1212,6 +1212,7 @@ |
| friend class SnapshotReader; |
| friend class GrowableObjectArray; |
| friend class Object; |
| + friend class String; |
|
Ivan Posva
2012/11/15 06:17:15
I don't think this is needed any longer.
siva
2012/11/15 21:34:13
Done.
|
| }; |