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:
Jean-Yves Avenard 2018-11-09 21:36:43 +00:00
Родитель e2fbf4079d
Коммит 1c50f171b4
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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) {