RESOLVED FIXED Bug 215130
Align AudioBufferSourceNode's start() / stop() with the specification
https://bugs.webkit.org/show_bug.cgi?id=215130
Summary Align AudioBufferSourceNode's start() / stop() with the specification
Chris Dumez
Reported 2020-08-04 10:26:37 PDT
Attachments
Patch (12.74 KB, patch)
2020-08-04 10:30 PDT, Chris Dumez
no flags
Patch (12.74 KB, patch)
2020-08-04 11:03 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-08-04 10:30:09 PDT
Darin Adler
Comment 2 2020-08-04 10:38:46 PDT
Comment on attachment 405927 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405927&action=review > Source/WebCore/Modules/webaudio/AudioBufferSourceNode.cpp:474 > + return Exception { InvalidStateError, "Cannot call start more than once." }; Missing _s?
Chris Dumez
Comment 3 2020-08-04 11:03:38 PDT
EWS
Comment 4 2020-08-04 12:27:03 PDT
Committed r265256: <https://trac.webkit.org/changeset/265256> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405931 [details].
Radar WebKit Bug Importer
Comment 5 2020-08-04 12:28:21 PDT
Note You need to log in before you can comment on or make changes to this bug.