[webkit-reviews] review granted: [Bug 227740] Allow custom IPC::Attachment messaging in ConnectionUnix.cpp : [Attachment 435068] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 6 08:40:26 PDT 2021


Zan Dobersek (Reviews) <zdobersek at igalia.com> has granted Imanol Fernandez
<ifernandez at igalia.com>'s request for review:
Bug 227740: Allow custom IPC::Attachment  messaging in ConnectionUnix.cpp
https://bugs.webkit.org/show_bug.cgi?id=227740

Attachment 435068: Patch

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




--- Comment #7 from Zan Dobersek (Reviews) <zdobersek at igalia.com> ---
Comment on attachment 435068
  --> https://bugs.webkit.org/attachment.cgi?id=435068
Patch

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

> Source/WebKit/Platform/IPC/unix/ConnectionUnix.cpp:593
> +	   for (size_t i = 0; i < attachments.size(); ++i) {

for (auto& attachment : attachments)


More information about the webkit-reviews mailing list