Bustage fix for bug 805333. a=bustage

This commit is contained in:
Chris Jones 2012-12-05 19:34:17 -08:00
parent 1f563be898
commit 024ba86f68

View File

@ -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.