| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 0d17902af516096732487eed114efe85017734a3..d5ca0248252259a61c1a5954f0b08614683268b6 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -68,7 +68,7 @@ namespace dart {
|
| V(WeakProperty) \
|
| V(MirrorReference) \
|
| V(Float32x4) \
|
| - V(Int32x4) \
|
| + V(Int32x4) \
|
|
|
| #define CLASS_LIST_ARRAYS(V) \
|
| V(Array) \
|
| @@ -442,6 +442,7 @@ class RawObject {
|
| friend class ExternalTypedData;
|
| friend class Heap;
|
| friend class HeapProfiler;
|
| + friend class ClassStatsVisitor;
|
| friend class HeapProfilerRootVisitor;
|
| friend class MarkingVisitor;
|
| friend class Object;
|
|
|