| Summary: | Calling AudioNode constructors should have identical behavior to using create*() function on BaseAudioContext | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> | ||||
| Component: | Web Audio | Assignee: | Chris Dumez <cdumez> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | clark_wang, eric.carlson, ews-watchlist, ggaren, glenn, jer.noble, philipj, sergio, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 212611, 214851 | ||||||
| Attachments: |
|
||||||
|
Description
Chris Dumez
2020-07-29 12:38:27 PDT
Created attachment 405486 [details]
Patch
Comment on attachment 405486 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405486&action=review > Source/WebCore/ChangeLog:3 > + Calling AudioNode constructors should have identical behavior than using create*() function on BaseAudioContext s/identical behavior than using create/identical behavior to using create/ > Source/WebCore/ChangeLog:8 > + Calling AudioNode constructors should have identical behavior than using create*() function on BaseAudioContext. Ditto. Committed r265052: <https://trac.webkit.org/changeset/265052> |