Backed out changeset e184609e1d13 (bug 1207546) for bustage ON A CLOSED TREE

This commit is contained in:
Nigel Babu
2015-10-14 13:29:03 +05:30
parent da9116feb2
commit 02084e8ea8
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;