In r221177 there was an inadvertent switching from `icon ? RequestIcon::No : RequestIcon::Yes` to `icon ? RequestIcon::Yes : RequestIcon::No` in what is now FileInputType::didCreateFileList(), which results in a redundant fetch of the file icon in the web process when the UI process already did this and supplied the icon.
Pull request: https://github.com/WebKit/WebKit/pull/2148
Committed 252215@main (b58cec34fd85): <https://commits.webkit.org/252215@main> Reviewed commits have been landed. Closing PR #2148 and removing active labels.
<rdar://problem/96599764>