Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index 45ede32df7371070d28e52fcde82b0c34692d163..609e05d1fb8959f6b07e7b8ec76aa1ba6a163955 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -300,6 +300,7 @@ class SnapshotReader : public BaseReader { |
friend class TypeArguments; |
friend class TypeParameter; |
friend class UnresolvedClass; |
+ friend class WeakProperty; |
DISALLOW_COPY_AND_ASSIGN(SnapshotReader); |
}; |