Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 35753) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -456,6 +456,7 @@ |
| friend class RawTypedData; |
| friend class Scavenger; |
| friend class ScavengerVisitor; |
| + friend class SizeExcludingClassVisitor; // GetClassId |
| friend class SnapshotReader; |
| friend class SnapshotWriter; |
| friend class String; |