Index: runtime/vm/deopt_instructions.h |
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h |
index 68e92df1f668ffffb8713848a052dd20ea79e612..1fc9415e65b1c49de591a12d4eafa88af3b0a901 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_; |