| Index: runtime/vm/snapshot.h
|
| ===================================================================
|
| --- runtime/vm/snapshot.h (revision 20082)
|
| +++ runtime/vm/snapshot.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| class RawArray;
|
| class RawBigint;
|
| class RawBoundedType;
|
| +class RawMixinAppType;
|
| class RawClass;
|
| class RawContext;
|
| class RawDouble;
|
| @@ -257,6 +258,7 @@
|
| RawType* NewType();
|
| RawTypeParameter* NewTypeParameter();
|
| RawBoundedType* NewBoundedType();
|
| + RawMixinAppType* NewMixinAppType();
|
| RawPatchClass* NewPatchClass();
|
| RawClosureData* NewClosureData();
|
| RawRedirectionData* NewRedirectionData();
|
| @@ -331,6 +333,7 @@
|
| friend class ApiError;
|
| friend class Array;
|
| friend class BoundedType;
|
| + friend class MixinAppType;
|
| friend class Class;
|
| friend class Context;
|
| friend class ContextScope;
|
|
|