зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b6f4cfa31a
Коммит
12f444220c
|
@ -3235,7 +3235,6 @@ MediaStreamGraph::NotifyWhenGraphStarted(AudioNodeStream* aStream)
|
|||
}
|
||||
virtual void RunDuringShutdown()
|
||||
{
|
||||
MOZ_ASSERT(false, "We should be reviving the graph?");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче