Chromium Code Reviews| Index: runtime/vm/deopt_instructions.h |
| diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h |
| index cf357d03cea2228509dd16395fc417569a92cdbb..79c206e3a88bef172348039c1695881632d4796b 100644 |
| --- a/runtime/vm/deopt_instructions.h |
| +++ b/runtime/vm/deopt_instructions.h |
| @@ -224,7 +224,7 @@ class DeoptContext { |
| uint32_t deopt_flags_; |
| intptr_t caller_fp_; |
| Thread* thread_; |
| - TimelineEvent* timeline_event_; |
| + int64_t deopt_start_micros_; |
| DeferredSlot* deferred_slots_; |