зеркало из https://github.com/mozilla/gecko-dev.git
Bug 858012, fix compilation of nsSpeechTask.cpp r=smaug
--HG-- extra : rebase_source : ef26138e39cb2b86f01f41a5f7e0e041997d5e2d
This commit is contained in:
Родитель
a596a35795
Коммит
5a0e69654e
|
@ -52,7 +52,7 @@ public:
|
|||
|
||||
virtual void NotifyBlockingChanged(MediaStreamGraph* aGraph, Blocking aBlocked)
|
||||
{
|
||||
if (aBlocked == Blocking::UNBLOCKED && !mStarted) {
|
||||
if (aBlocked == MediaStreamListener::UNBLOCKED && !mStarted) {
|
||||
mStarted = true;
|
||||
nsCOMPtr<nsIRunnable> event =
|
||||
NS_NewRunnableMethod(this, &SynthStreamListener::DoNotifyStarted);
|
||||
|
|
Загрузка…
Ссылка в новой задаче