Backed out changeset 4f43cdaedec3 (bug 1207546) for webgl-capturestream-test.html failures

This commit is contained in:
Wes Kocher
2015-10-01 10:10:47 -07:00
parent 1644855154
commit 95f6ac2f37
3 changed files with 1 additions and 75 deletions

View File

@@ -4730,8 +4730,7 @@ HTMLMediaElement::UpdateAudioChannelPlayingState()
(HasAttr(kNameSpaceID_None, nsGkAtoms::loop) ||
(mReadyState >= nsIDOMHTMLMediaElement::HAVE_CURRENT_DATA &&
!IsPlaybackEnded()) ||
mPlayingThroughTheAudioChannelBeforeSeek ||
mSrcAttrStream));
mPlayingThroughTheAudioChannelBeforeSeek));
if (playingThroughTheAudioChannel != mPlayingThroughTheAudioChannel) {
mPlayingThroughTheAudioChannel = playingThroughTheAudioChannel;