[webkit-reviews] review granted: [Bug 215130] Align AudioBufferSourceNode's start() / stop() with the specification : [Attachment 405927] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 10:38:46 PDT 2020


Darin Adler <darin at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 215130: Align AudioBufferSourceNode's start() / stop() with the
specification
https://bugs.webkit.org/show_bug.cgi?id=215130

Attachment 405927: Patch

https://bugs.webkit.org/attachment.cgi?id=405927&action=review




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 405927
  --> https://bugs.webkit.org/attachment.cgi?id=405927
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?


More information about the webkit-reviews mailing list