[webkit-reviews] review granted: [Bug 195955] REGRESSION (r242369): Only use picker-supported UTIs when creating image picker : [Attachment 365189] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 13:03:36 PDT 2019


Wenson Hsieh <wenson_hsieh at apple.com> has granted Conrad Shultz
<conrad_shultz at apple.com>'s request for review:
Bug 195955: REGRESSION (r242369): Only use picker-supported UTIs when creating
image picker
https://bugs.webkit.org/show_bug.cgi?id=195955

Attachment 365189: Patch

https://bugs.webkit.org/attachment.cgi?id=365189&action=review




--- Comment #6 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 365189
  --> https://bugs.webkit.org/attachment.cgi?id=365189
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=365189&action=review

> Source/WebKit/UIProcess/ios/forms/WKFileUploadPanel.mm:339
> +		       if (UTTypeConformsTo((CFStringRef)acceptedMediaType,
(CFStringRef)availableMediaType)) {

Nit - __bridge


More information about the webkit-reviews mailing list