Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index ff99e9818b79ac830487329df14d6561e8587585..ce78c94bb964abe4112024bedffe48d95874651d 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -689,6 +689,7 @@ class RawObject { |
friend class ObjectLocator; |
friend class InstanceMorpher; // GetClassId |
friend class VerifyCanonicalVisitor; |
+ friend class ObjectGraph::Stack; // GetClassId |
DISALLOW_ALLOCATION(); |
DISALLOW_IMPLICIT_CONSTRUCTORS(RawObject); |