Bug 216941 - Simplify AudioNode::addInput() / addOutput() call sites
Summary: Simplify AudioNode::addInput() / addOutput() call sites
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 212611
  Show dependency treegraph
 
Reported: 2020-09-24 12:20 PDT by Chris Dumez
Modified: 2020-09-24 12:58 PDT (History)
10 users (show)

See Also:


Attachments
Patch (16.89 KB, patch)
2020-09-24 12:22 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2020-09-24 12:20:07 PDT
Simplify AudioNode::addInput() / addOutput() call sites by moving the input / output node construction from the call site to the function implementation.
Comment 1 Chris Dumez 2020-09-24 12:22:34 PDT
Created attachment 409611 [details]
Patch
Comment 2 EWS 2020-09-24 12:57:33 PDT
Committed r267543: <https://trac.webkit.org/changeset/267543>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409611 [details].
Comment 3 Radar WebKit Bug Importer 2020-09-24 12:58:23 PDT
<rdar://problem/69520410>