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

Unified Diff: runtime/vm/snapshot.h

Issue 1323813004: Changes to prepare for allowing script snapshots to be taken after running the main application (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code-review-comments Created 5 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 6d1b7184a81a3fcb18e10e7dd30ab8ba91cd58a2..d58490e881d3f8aaf096578aa2681da172d060c4 100644
--- a/runtime/vm/snapshot.h
+++ b/runtime/vm/snapshot.h
@@ -838,6 +838,7 @@ class SnapshotWriter : public BaseWriter {
friend class RawArray;
friend class RawClass;
friend class RawClosureData;
+ friend class RawContextScope;
friend class RawExceptionHandlers;
friend class RawGrowableObjectArray;
friend class RawImmutableArray;
« runtime/vm/raw_object.h ('K') | « runtime/vm/scopes.cc ('k') | runtime/vm/snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698