зеркало из https://github.com/mozilla/gecko-dev.git
Bug 948269 - Remove incorrect assertion from AudioSink::Drain. r=cpearce
This commit is contained in:
Родитель
58623399e3
Коммит
ff8c8c001f
|
@ -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.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче