| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 4ce37061adab230c7909effc47e80831a1402d35..74792a043909e258b7be46682ffdaeae1e5fe258 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -690,6 +690,7 @@ class RawObject {
|
| friend class InstanceMorpher; // GetClassId
|
| friend class VerifyCanonicalVisitor;
|
| friend class ObjectGraph::Stack; // GetClassId
|
| + friend class Precompiler; // GetClassId
|
|
|
| DISALLOW_ALLOCATION();
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(RawObject);
|
|
|