Backout bug 1190040 for test failures

This commit is contained in:
Ehsan Akhgari
2015-08-05 01:10:47 -04:00
parent 6328cbba23
commit 7977ccbc79
4 changed files with 0 additions and 88 deletions

View File

@@ -4509,11 +4509,6 @@ void HTMLMediaElement::UpdateAudioChannelPlayingState()
void
HTMLMediaElement::NotifyAudioChannelAgent(bool aPlaying)
{
// Don't do anything if this element doesn't have any audio tracks.
if (!HasAudio()) {
return;
}
// Immediately check if this should go to the MSG instead of the normal
// media playback route.
WindowAudioCaptureChanged();