When the WKWebView is being granted access to asset services, the WebContent process is crashing.
rdar://problem/59321848
Created attachment 390319 [details] Patch
Comment on attachment 390319 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390319&action=review r=me > Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:1522 > + SandboxExtension::createHandleForMachLookup("com.apple.mobileassetd.v2", WTF::nullopt, mobileAssetHandleV2); Doh! I missed that earlier.
(In reply to Brent Fulgham from comment #3) > Comment on attachment 390319 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=390319&action=review > > r=me > > > Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:1522 > > + SandboxExtension::createHandleForMachLookup("com.apple.mobileassetd.v2", WTF::nullopt, mobileAssetHandleV2); > > Doh! I missed that earlier. Me too!
(In reply to Brent Fulgham from comment #3) > Comment on attachment 390319 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=390319&action=review > > r=me > > > Source/WebKit/UIProcess/ios/WebPageProxyIOS.mm:1522 > > + SandboxExtension::createHandleForMachLookup("com.apple.mobileassetd.v2", WTF::nullopt, mobileAssetHandleV2); > > Doh! I missed that earlier. Thanks for reviewing!
Comment on attachment 390319 [details] Patch Clearing flags on attachment: 390319 Committed r256234: <https://trac.webkit.org/changeset/256234>
All reviewed patches have been landed. Closing bug.