| Index: vm/snapshot.h
|
| ===================================================================
|
| --- vm/snapshot.h (revision 12230)
|
| +++ vm/snapshot.h (working copy)
|
| @@ -37,6 +37,7 @@
|
| class RawDouble;
|
| class RawField;
|
| class RawFourByteString;
|
| +class RawClosureData;
|
| class RawFunction;
|
| class RawGrowableObjectArray;
|
| class RawImmutableArray;
|
| @@ -248,6 +249,7 @@
|
| RawType* NewType();
|
| RawTypeParameter* NewTypeParameter();
|
| RawPatchClass* NewPatchClass();
|
| + RawClosureData* NewClosureData();
|
| RawFunction* NewFunction();
|
| RawField* NewField();
|
| RawLibrary* NewLibrary();
|
| @@ -316,6 +318,7 @@
|
| friend class Context;
|
| friend class ContextScope;
|
| friend class Field;
|
| + friend class ClosureData;
|
| friend class Function;
|
| friend class GrowableObjectArray;
|
| friend class ImmutableArray;
|
|
|