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

Unified Diff: runtime/vm/object.h

Issue 1426713005: Fix build: Too many friends (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 44fb850c7dc651198fb2d79e09c08752a3ae77f1..4b37a122bcfbeef0b0be247d830602d82f31a63d 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2074,7 +2074,6 @@ class ICData : public Object {
FINAL_HEAP_OBJECT_IMPLEMENTATION(ICData, Object);
friend class Class;
- friend class SnapshotReader;
friend class SnapshotWriter;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698