RESOLVED FIXED 207413
Replace redundant functions with variadic template function.
https://bugs.webkit.org/show_bug.cgi?id=207413
Summary Replace redundant functions with variadic template function.
Basuke Suzuki
Reported 2020-02-07 15:23:35 PST
With variadic template function, there is no need to maintain the versions with variety number of arguments.
Attachments
PATCH (2.27 KB, patch)
2020-02-07 15:35 PST, Basuke Suzuki
no flags
Basuke Suzuki
Comment 1 2020-02-07 15:31:58 PST
This code generates exact same result with the original. https://godbolt.org/z/iwzGAP
Basuke Suzuki
Comment 2 2020-02-07 15:35:28 PST
WebKit Commit Bot
Comment 3 2020-02-09 21:49:50 PST
Comment on attachment 390139 [details] PATCH Clearing flags on attachment: 390139 Committed r256110: <https://trac.webkit.org/changeset/256110>
WebKit Commit Bot
Comment 4 2020-02-09 21:49:52 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2020-02-09 21:50:16 PST
Note You need to log in before you can comment on or make changes to this bug.