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

Unified Diff: runtime/vm/snapshot.h

Issue 1289643005: Rename accessors of class Field to make it more apparent as to what is being accessed - static fiel… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-code-review 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 d58490e881d3f8aaf096578aa2681da172d060c4..3aa345005bb6d5aed1013fa52c799b11f5ee1a0d 100644
--- a/runtime/vm/snapshot.h
+++ b/runtime/vm/snapshot.h
@@ -840,6 +840,7 @@ class SnapshotWriter : public BaseWriter {
friend class RawClosureData;
friend class RawContextScope;
friend class RawExceptionHandlers;
+ friend class RawField;
friend class RawGrowableObjectArray;
friend class RawImmutableArray;
friend class RawInstructions;

Powered by Google App Engine
This is Rietveld 408576698