| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 25dc6124321b566ccbc1841bc59d475c89d3b57c..8721304a963b3cb30d77228ce12c130aa1957802 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -614,6 +614,7 @@ class RawObject {
|
| friend class Scavenger;
|
| friend class ScavengerVisitor;
|
| friend class SizeExcludingClassVisitor; // GetClassId
|
| + friend class InstanceAccumulator; // GetClassId
|
| friend class RetainingPathVisitor; // GetClassId
|
| friend class SkippedCodeFunctions; // StorePointer
|
| friend class InstructionsReader; // tags_ check
|
|
|