[Webkit-unassigned] [Bug 112777] ASSERTION FAILED: !m_renderingAutomaticPullNodes.size()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 23:45:01 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112777





--- Comment #1 from Xingnan Wang <xingnan.wang at intel.com>  2013-03-19 23:47:28 PST ---
Found by the test case in
https://code.google.com/p/chromium/issues/detail?id=179522

<script>
var Context0= new webkitAudioContext()
var Analyser0=Context0.createAnalyser();
var WaveShaper0=Context0.createWaveShaper();
var Convolver3=Context0.createConvolver();
Analyser0.connect(WaveShaper0);

WaveShaper0.connect(Context0.destination);
Convolver3.connect(Analyser0);

setInterval(function(){
Analyser0.disconnect();
},4)
setTimeout(function(){location.reload()},1000)
</script>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list