Index: runtime/vm/snapshot.h |
=================================================================== |
--- runtime/vm/snapshot.h (revision 12790) |
+++ runtime/vm/snapshot.h (working copy) |
@@ -38,6 +38,7 @@ |
class RawField; |
class RawFourByteString; |
class RawClosureData; |
+class RawRedirectionData; |
class RawFunction; |
class RawGrowableObjectArray; |
class RawImmutableArray; |
@@ -250,6 +251,7 @@ |
RawTypeParameter* NewTypeParameter(); |
RawPatchClass* NewPatchClass(); |
RawClosureData* NewClosureData(); |
+ RawRedirectionData* NewRedirectionData(); |
RawFunction* NewFunction(); |
RawField* NewField(); |
RawLibrary* NewLibrary(); |
@@ -319,6 +321,7 @@ |
friend class ContextScope; |
friend class Field; |
friend class ClosureData; |
+ friend class RedirectionData; |
friend class Function; |
friend class GrowableObjectArray; |
friend class ImmutableArray; |