Reduce data copies in the WebContent process custom URL scheme handler
Created attachment 398160 [details] Patch
<rdar://problem/62702860>
Comment on attachment 398160 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398160&action=review Patch looks good. > Source/WebKit/WebProcess/WebPage/WebURLSchemeHandlerProxy.h:62 > + void taskDidReceiveBuffer(uint64_t taskIdentifier, Ref<WebCore::SharedBuffer>&& data); Ok as is. No change needed. Optimal solution doesn't name the buffer arg.