[webkit-reviews] review granted: [Bug 215148] Align BiquadFilterNode.getFrequencyResponse() with the specification : [Attachment 405961] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 09:03:26 PDT 2020


Eric Carlson <eric.carlson at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 215148: Align BiquadFilterNode.getFrequencyResponse() with the
specification
https://bugs.webkit.org/show_bug.cgi?id=215148

Attachment 405961: Patch

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




--- Comment #2 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 405961
  --> https://bugs.webkit.org/attachment.cgi?id=405961
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=405961&action=review

> Source/WebCore/Modules/webaudio/BiquadFilterNode.cpp:89
> +	   return Exception { InvalidStateError, "The arrays passed in argument
must have the same length" };

s/arrays passed in argument/arrays passed as arguments/


More information about the webkit-reviews mailing list