[webkit-reviews] review granted: [Bug 232770] trustd network connections occasionally omitted from App Privacy report : [Attachment 443513] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 07:12:21 PST 2021


Alex Christensen <achristensen at apple.com> has granted Kate Cheney
<katherine_cheney at apple.com>'s request for review:
Bug 232770: trustd network connections occasionally omitted from App Privacy
report
https://bugs.webkit.org/show_bug.cgi?id=232770

Attachment 443513: Patch

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




--- Comment #11 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 443513
  --> https://bugs.webkit.org/attachment.cgi?id=443513
Patch

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

> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:707
> +	   auto tokenValue = *auditToken;

nit: I think auto& would save an unnecessary copy of a few bytes.


More information about the webkit-reviews mailing list