Index: runtime/vm/deopt_instructions.h |
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h |
index 95206e77af9c442caba190359c51775e3cf35ca2..188e95cfaa933c1de6b74e3817e627e2407ec07c 100644 |
--- a/runtime/vm/deopt_instructions.h |
+++ b/runtime/vm/deopt_instructions.h |
@@ -20,6 +20,7 @@ class Location; |
class Value; |
class MaterializeObjectInstr; |
class StackFrame; |
+class TimelineEvent; |
// Holds all data relevant for execution of deoptimization instructions. |
class DeoptContext { |
@@ -220,6 +221,7 @@ class DeoptContext { |
uint32_t deopt_flags_; |
intptr_t caller_fp_; |
Thread* thread_; |
+ TimelineEvent* timeline_event_; |
DeferredSlot* deferred_slots_; |