зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1505910 - P1. Remove taskqueue's shutdown in Benchmark. r=gerald
Differential Revision: https://phabricator.services.mozilla.com/D11491 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e2fbf4079d
Коммит
1c50f171b4
|
@ -288,8 +288,7 @@ BenchmarkPlayback::FinalizeShutdown()
|
|||
MOZ_ASSERT(OnThread());
|
||||
|
||||
MOZ_ASSERT(!mDecoder, "mDecoder must have been shutdown already");
|
||||
mDecoderTaskQueue->BeginShutdown();
|
||||
mDecoderTaskQueue->AwaitShutdownAndIdle();
|
||||
MOZ_DIAGNOSTIC_ASSERT(mDecoderTaskQueue->IsEmpty());
|
||||
mDecoderTaskQueue = nullptr;
|
||||
|
||||
if (mTrackDemuxer) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче