Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 85cebf5ffae146ed54d557c3b89cf17243c84f17..7f2afec13f99f7e014e9819bf431eaa134a84195 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. |