Backed out changeset e00d10064639 (bug 948269)

This commit is contained in:
Ed Morley 2014-04-04 16:31:44 +01:00
Родитель f3e89604ce
Коммит 204800c601
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -195,6 +195,7 @@ 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.