Bug 884459 - Do not check mCurrentTaskMessageQueue's emptiness needlessly; r=ehsan

This commit is contained in:
Paul Adenot 2013-06-21 22:07:39 +02:00
parent b9a894b6df
commit 6ee09460b3
3 changed files with 13 additions and 1 deletions

View File

@ -916,7 +916,6 @@ MediaStreamGraphImpl::PrepareUpdatesToMainThreadState(bool aFinalUpdate)
// any work to do.
if (aFinalUpdate ||
!mUpdateRunnables.IsEmpty() ||
!mCurrentTaskMessageQueue.IsEmpty() ||
!mStreamUpdates.IsEmpty()) {
EnsureStableStateEventPosted();
}

View File

@ -0,0 +1,12 @@
<script>
var Context0= new window.OfflineAudioContext(14,191531,44100)
var BufferSource1=Context0.createBufferSource();
setInterval(function(){
BufferSource1.playbackRate.setTargetAtTime(0xC8F461D3EE6B2,(Context0.currentTime+0.0677539280615747),0.826130285160616);
BufferSource1.playbackRate.setValueAtTime(35467.63924283907536607336193,0);
},1)
Context0.startRendering();
</script>

View File

@ -48,3 +48,4 @@ load 880724.html
load 881775.html
load 882956.html
test-pref(media.webvtt.enabled,true) load 882549.html
load 884459.html