[Webkit-unassigned] [Bug 183253] Multiple calls to setTargetAtTime with separate timestamps has unpredictable behavior
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 1 12:54:50 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183253
--- Comment #1 from ae at seven.systems ---
OK, sorry for the original inaccurate report. More investigation revealed the following:
node.gain.setValueAtTime(1, timestamp)
node.gain.setTargetAtTime(0.5, timestamp, 1)
This code seems to cause a race condition when both timestamps are equal. If I use "timestamp + 0.001" in the second line, the problem goes away.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180301/1a95f5d4/attachment-0001.html>
More information about the webkit-unassigned
mailing list