| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 6a5d626c01f6efe916b255427df4c85057f3df3d..49d74aacbd40298b162465721f097ff9d76b4b21 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -231,6 +231,8 @@ CLASS_LIST_TYPED_DATA(V)
|
| friend class object; \
|
| friend class RawObject; \
|
| friend class Heap; \
|
| + friend class Simulator; \
|
| + friend class SimulatorHelpers; \
|
| DISALLOW_ALLOCATION(); \
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(Raw##object)
|
|
|
| @@ -665,6 +667,8 @@ class RawObject {
|
| friend class StackFrame; // GetCodeObject assertion.
|
| friend class CodeLookupTableBuilder; // profiler
|
| friend class NativeEntry; // GetClassId
|
| + friend class Simulator;
|
| + friend class SimulatorHelpers;
|
|
|
| DISALLOW_ALLOCATION();
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(RawObject);
|
|
|