| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 54a2df28433777455c2c40dd1e4612b2a0171969..180fa264af8368dd3c81ef40f042e51a0f57f4c8 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -1141,6 +1141,7 @@ class RawCode : public RawObject {
|
| RawArray* stackmaps_;
|
| RawArray* inlined_id_to_function_;
|
| RawCodeSourceMap* code_source_map_;
|
| + NOT_IN_PRECOMPILED(RawArray* await_token_positions_);
|
| NOT_IN_PRECOMPILED(RawInstructions* active_instructions_);
|
| NOT_IN_PRECOMPILED(RawArray* deopt_info_array_);
|
| // (code-offset, function, code) triples.
|
|
|