REGRESSION (r275013): Trying to navigate in a WKWebView from a command line tool crashes the Web Content process
Created attachment 428981 [details] Patch
<rdar://problem/78029118>
Comment on attachment 428981 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=428981&action=review > Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.h:122 > + delegate.getClientBundleIdentifier(parameters.clientBundleIdentifier); It would be nice if you could make these not return-by-reference. This looks like it has no side effects, but it does.
Agreed, this code could be much more clear.
Committed r277683 (237883@main): <https://commits.webkit.org/237883@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 428981 [details].