зеркало из https://github.com/mozilla/pjs.git
Bug 640117 - Unchecked return value in AudioParent::Notify; r=dougt
This commit is contained in:
Родитель
15684191a8
Коммит
5dc820db11
|
@ -160,7 +160,7 @@ AudioParent::Notify(nsITimer* timer)
|
||||||
|
|
||||||
NS_ASSERTION(mStream, "AudioStream not initialized.");
|
NS_ASSERTION(mStream, "AudioStream not initialized.");
|
||||||
PRInt64 offset = mStream->GetSampleOffset();
|
PRInt64 offset = mStream->GetSampleOffset();
|
||||||
SendSampleOffsetUpdate(offset, PR_IntervalNow());
|
unused << SendSampleOffsetUpdate(offset, PR_IntervalNow());
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче