| Index: runtime/vm/snapshot.h
|
| ===================================================================
|
| --- runtime/vm/snapshot.h (revision 19094)
|
| +++ runtime/vm/snapshot.h (working copy)
|
| @@ -56,6 +56,7 @@
|
| class RawPatchClass;
|
| class RawScript;
|
| class RawSmi;
|
| +class RawStacktrace;
|
| class RawTokenStream;
|
| class RawType;
|
| class RawTypeParameter;
|
| @@ -270,6 +271,7 @@
|
| RawApiError* NewApiError();
|
| RawLanguageError* NewLanguageError();
|
| RawObject* NewInteger(int64_t value);
|
| + RawStacktrace* NewStacktrace();
|
|
|
| private:
|
| class BackRefNode : public ZoneAllocated {
|
| @@ -344,6 +346,7 @@
|
| friend class LiteralToken;
|
| friend class PatchClass;
|
| friend class Script;
|
| + friend class Stacktrace;
|
| friend class TokenStream;
|
| friend class Type;
|
| friend class TypeArguments;
|
|
|