mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for bug 805333. a=bustage
This commit is contained in:
parent
1f563be898
commit
024ba86f68
@ -145,6 +145,10 @@ AudioChannelService::GetMuted(AudioChannelType aType, bool aElementHidden)
|
||||
case AUDIO_CHANNEL_PUBLICNOTIFICATION:
|
||||
// Nothing to do
|
||||
break;
|
||||
|
||||
case AUDIO_CHANNEL_LAST:
|
||||
MOZ_NOT_REACHED();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@ -166,6 +170,10 @@ AudioChannelService::GetMuted(AudioChannelType aType, bool aElementHidden)
|
||||
|
||||
case AUDIO_CHANNEL_PUBLICNOTIFICATION:
|
||||
break;
|
||||
|
||||
case AUDIO_CHANNEL_LAST:
|
||||
MOZ_NOT_REACHED();
|
||||
return false;
|
||||
}
|
||||
|
||||
// Notification if needed.
|
||||
|
Loading…
Reference in New Issue
Block a user