Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index 327cbeb44eda8d8cf875095378773902d98fe84f..22c96ccbc7dd8a55dd660b6b1e5fc14ad61443ab 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -554,6 +554,7 @@ class SnapshotWriter : public BaseWriter { |
friend class RawTypeArguments; |
friend class RawMirrorReference; |
friend class SnapshotWriterVisitor; |
+ friend class RawUserTag; |
DISALLOW_COPY_AND_ASSIGN(SnapshotWriter); |
}; |