зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1321497 - correct the logic of resuming from AudioChannel; r=alwu,jwwang
MozReview-Commit-ID: JxeqdzADlrU --HG-- extra : rebase_source : 0263f14e4cdf482150af2a1697c201cedbe5ddcb
This commit is contained in:
Родитель
0c1ef21042
Коммит
36f4bc694f
|
@ -792,7 +792,7 @@ private:
|
|||
void
|
||||
Resume()
|
||||
{
|
||||
if (!IsSuspended() && mOwner->Paused()) {
|
||||
if (!IsSuspended()) {
|
||||
MOZ_LOG(AudioChannelService::GetAudioChannelLog(), LogLevel::Debug,
|
||||
("HTMLMediaElement::AudioChannelAgentCallback, ResumeFromAudioChannel, "
|
||||
"this = %p, Error : resume without suspended!\n", this));
|
||||
|
|
Загрузка…
Ссылка в новой задаче