Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 358f1ac954560a700bfb78a149a9ff2788594b7c..ba8675e9823017d3ba6eaafa0c309a517f799af9 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -635,6 +635,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); |