| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index bf37591c8ae8950a7c05d519ecbef375bddb72da..5261da7767b71160582355863843036590b92ee6 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -556,9 +556,11 @@ class RawObject {
|
| friend class Api;
|
| friend class ApiMessageReader; // GetClassId
|
| friend class Array;
|
| + friend class Bigint;
|
| friend class ByteBuffer;
|
| friend class Code;
|
| friend class Closure;
|
| + friend class Double;
|
| friend class FreeListElement;
|
| friend class Function;
|
| friend class GCMarker;
|
| @@ -569,6 +571,7 @@ class RawObject {
|
| friend class HeapMapAsJSONVisitor;
|
| friend class ClassStatsVisitor;
|
| friend class MarkingVisitor;
|
| + friend class Mint;
|
| friend class Object;
|
| friend class OneByteString; // StoreSmi
|
| friend class RawExternalTypedData;
|
|
|