| Index: runtime/vm/snapshot.h
|
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
|
| index 51cf5caa98e56d4630f7f0701c4ea3b37f3f296f..8570a068ae08490001deac368d721e7334a966d4 100644
|
| --- a/runtime/vm/snapshot.h
|
| +++ b/runtime/vm/snapshot.h
|
| @@ -54,6 +54,7 @@ class RawICData;
|
| class RawImmutableArray;
|
| class RawInstructions;
|
| class RawInt32x4;
|
| +class RawJSRegExp;
|
| class RawLanguageError;
|
| class RawLibrary;
|
| class RawLibraryPrefix;
|
| @@ -446,6 +447,7 @@ class SnapshotReader : public BaseReader {
|
| RawObject* NewInteger(int64_t value);
|
| RawStacktrace* NewStacktrace();
|
| RawWeakProperty* NewWeakProperty();
|
| + RawJSRegExp* NewJSRegExp();
|
|
|
| RawInstructions* GetInstructionsAt(int32_t offset, uword expected_tags) {
|
| return instructions_reader_->GetInstructionsAt(offset, expected_tags);
|
|
|