| Index: runtime/vm/snapshot.h
|
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
|
| index 949f897f0f9041f829b4ea4f91d1dd65dd3760f8..0ad1b894329a6a798de83ede4ab32919d72b93d9 100644
|
| --- a/runtime/vm/snapshot.h
|
| +++ b/runtime/vm/snapshot.h
|
| @@ -87,6 +87,7 @@ class RawTypeParameter;
|
| class RawTypeRef;
|
| class RawUnhandledException;
|
| class RawUnresolvedClass;
|
| +class RawWeakProperty;
|
| class String;
|
| class TokenStream;
|
| class TypeArguments;
|
| @@ -444,6 +445,7 @@ class SnapshotReader : public BaseReader {
|
| RawUnhandledException* NewUnhandledException();
|
| RawObject* NewInteger(int64_t value);
|
| RawStacktrace* NewStacktrace();
|
| + RawWeakProperty* NewWeakProperty();
|
|
|
| RawInstructions* GetInstructionsAt(int32_t offset, uword expected_tags) {
|
| return instructions_reader_->GetInstructionsAt(offset, expected_tags);
|
|
|