Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
| index 7575d8dc0afb141641de389d9515304cb510896f..fd04a4b92f423c878730d8b893ff50a23e617495 100644 |
| --- a/runtime/vm/snapshot.h |
| +++ b/runtime/vm/snapshot.h |
| @@ -303,6 +303,7 @@ class SnapshotReader : public BaseReader { |
| friend class TypeArguments; |
| friend class TypeParameter; |
| friend class UnresolvedClass; |
| + friend class WeakProperty; |
| DISALLOW_COPY_AND_ASSIGN(SnapshotReader); |
| }; |