Bug 217775 - Use std::fill_n() instead of for loops in AudioParamTimeline
Summary: Use std::fill_n() instead of for loops in AudioParamTimeline
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-10-15 12:30 PDT by Chris Dumez
Modified: 2020-10-15 14:27 PDT (History)
11 users (show)

See Also:


Attachments
Patch (6.70 KB, patch)
2020-10-15 12:31 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-10-15 12:30:30 PDT
Use std::fill_n() instead of for loops in AudioParamTimeline.
Comment 1 Chris Dumez 2020-10-15 12:31:40 PDT
Created attachment 411472 [details]
Patch
Comment 2 EWS 2020-10-15 14:27:01 PDT
Committed r268555: <https://trac.webkit.org/changeset/268555>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 411472 [details].
Comment 3 Radar WebKit Bug Importer 2020-10-15 14:27:21 PDT
<rdar://problem/70352124>