| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 3f5a507d3a67dc74476be205e77057f4a596ccf5..ee38f0bd39820c2ecfe5482d655176404fd0898f 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -640,6 +640,7 @@ CLASS_LIST_TYPED_DATA(DEFINE_IS_CID)
|
| friend class NativeEntry; // GetClassId
|
| friend class Simulator;
|
| friend class SimulatorHelpers;
|
| + friend class VerifyCanonicalVisitor;
|
|
|
| DISALLOW_ALLOCATION();
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(RawObject);
|
|
|