Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index f4b07eb8e0d8846be9418a2ed12efd705a0b3e63..c7c44a28f052115f1b65cd92431728a4d573ee91 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -637,6 +637,7 @@ class RawObject { |
friend class Instance; // StorePointer |
friend class StackFrame; // GetCodeObject assertion. |
friend class CodeLookupTableBuilder; // profiler |
+ friend class NativeEntry; // GetClassId |
DISALLOW_ALLOCATION(); |
DISALLOW_IMPLICIT_CONSTRUCTORS(RawObject); |