Chromium Code Reviews| Index: runtime/vm/thread.cc |
| diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc |
| index 79ccec8fa0f1a59a947cf8ec8314f2d2e42b01ec..8968f58a1e9d87184fc4090565f7d2be1ce198a9 100644 |
| --- a/runtime/vm/thread.cc |
| +++ b/runtime/vm/thread.cc |
| @@ -344,6 +344,7 @@ bool Thread::IsThreadInterrupterEnabled(ThreadInterruptCallback* callback, |
| void Thread::CloseTimelineBlock() { |
|
turnidge
2015/09/24 17:05:52
Close -> Reclaim? (Note from offfline discussion:
Cutch
2015/09/24 18:14:16
This was unused and is now removed.
|
| + MutexLocker ml(timeline_block_lock()); |
| if (timeline_block() != NULL) { |
| timeline_block()->Finish(); |
| set_timeline_block(NULL); |