Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1905)

Unified Diff: runtime/vm/snapshot.h

Issue 10832199: Add a weak property type to the virtual machine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address review comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« runtime/vm/scavenger.cc ('K') | « runtime/vm/scavenger.cc ('k') | runtime/vm/snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698