Backed out changeset f982627067f7 (bug 1319992)
This commit is contained in:
@@ -5474,7 +5474,7 @@ HTMLMediaElement::UpdateReadyStateInternal()
|
||||
// 6. Suspend playback.
|
||||
// Note: Playback will already be stalled, as the next frame is
|
||||
// unavailable.
|
||||
} else if (mDecoder && !mDecoder->IsEnded()) {
|
||||
} else if (mDecoder) {
|
||||
nextFrameStatus = mDecoder->NextFrameBufferedStatus();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user