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
parent 0449bf6ea9
commit 1596115636

View File

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