Bug 948269 - Remove incorrect assertion from AudioSink::Drain. r=cpearce

This commit is contained in:
Matthew Gregan 2014-04-04 15:31:10 +13:00
Родитель 58623399e3
Коммит ff8c8c001f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -195,7 +195,6 @@ AudioSink::InitializeAudioStream()
void void
AudioSink::Drain() AudioSink::Drain()
{ {
MOZ_ASSERT(!mAudioStream->IsPaused());
AssertCurrentThreadInMonitor(); AssertCurrentThreadInMonitor();
// If the media was too short to trigger the start of the audio stream, // If the media was too short to trigger the start of the audio stream,
// start it now. // start it now.