Backed out changeset f982627067f7 (bug 1319992)

This commit is contained in:
Carsten "Tomcat" Book
2016-12-16 12:41:05 +01:00
parent a103678fb1
commit b672a630a5

View File

@@ -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();
}
}