Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index eeea018a514253936c79cfdd0d62268c84bd0293..5e14a8f42671885c8ee8c9b665a52d55890cf885 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -257,6 +257,7 @@ LEAF_RUNTIME_ENTRY_LIST(DEFINE_OFFSET_METHOD) |
| state_.timeline_block = block; |
| } |
| + void CloseTimelineBlock(); |
| class Log* log() const; |
| LongJumpScope* long_jump_base() const { return state_.long_jump_base; } |