mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 884459 - Do not check mCurrentTaskMessageQueue's emptiness needlessly; r=ehsan
This commit is contained in:
parent
b9a894b6df
commit
6ee09460b3
@ -916,7 +916,6 @@ MediaStreamGraphImpl::PrepareUpdatesToMainThreadState(bool aFinalUpdate)
|
||||
// any work to do.
|
||||
if (aFinalUpdate ||
|
||||
!mUpdateRunnables.IsEmpty() ||
|
||||
!mCurrentTaskMessageQueue.IsEmpty() ||
|
||||
!mStreamUpdates.IsEmpty()) {
|
||||
EnsureStableStateEventPosted();
|
||||
}
|
||||
|
12
content/media/test/crashtests/884459.html
Normal file
12
content/media/test/crashtests/884459.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user