Backed out changeset e184609e1d13 (bug 1207546) for bustage ON A CLOSED TREE
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user