| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 9b335ebfff5af92f56739ad2af6b7c12c67a3e9d..2c2da5835ecde4c570825d3ce51fcd9501390791 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
|
|
|