| Index: runtime/vm/snapshot.h
|
| ===================================================================
|
| --- runtime/vm/snapshot.h (revision 12785)
|
| +++ runtime/vm/snapshot.h (working copy)
|
| @@ -44,6 +44,7 @@
|
| class RawLanguageError;
|
| class RawLibrary;
|
| class RawLibraryPrefix;
|
| +class RawNamespace;
|
| class RawLiteralToken;
|
| class RawMint;
|
| class RawObject;
|
| @@ -254,6 +255,7 @@
|
| RawField* NewField();
|
| RawLibrary* NewLibrary();
|
| RawLibraryPrefix* NewLibraryPrefix();
|
| + RawNamespace* NewNamespace();
|
| RawScript* NewScript();
|
| RawLiteralToken* NewLiteralToken();
|
| RawGrowableObjectArray* NewGrowableObjectArray();
|
| @@ -327,6 +329,7 @@
|
| friend class LanguageError;
|
| friend class Library;
|
| friend class LibraryPrefix;
|
| + friend class Namespace;
|
| friend class LiteralToken;
|
| friend class PatchClass;
|
| friend class Script;
|
|
|