| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 71b64583372e05a9864deaabf609df639c5bd090..aa476ffcfb938b4a9d8cd19bcd66d8ac13c738a0 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -618,6 +618,7 @@ class RawObject {
|
| friend class StackFrame; // GetCodeObject assertion.
|
| friend class CodeLookupTableBuilder; // profiler
|
| friend class NativeEntry; // GetClassId
|
| + friend class WritePointerVisitor; // GetClassId
|
| friend class Simulator;
|
| friend class SimulatorHelpers;
|
| friend class ObjectLocator;
|
|
|