Bug 1157986 - Remove assert in GraphStartedNotificationControlMessage::RunDuringShutdown r=roc

This is a copy/paste issue from AudioContextOperationControlMessage.

Also, until we have audio output device enumaration APIs in cubeb, we can't detect
this situation, so we have to make the code not crash. cubeb will have such API
as part of bug 1142613.
This commit is contained in:
Paul Adenot 2015-04-29 11:02:59 +02:00
Родитель b6f4cfa31a
Коммит 12f444220c
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -3235,7 +3235,6 @@ MediaStreamGraph::NotifyWhenGraphStarted(AudioNodeStream* aStream)
}
virtual void RunDuringShutdown()
{
MOZ_ASSERT(false, "We should be reviving the graph?");
}
};