[WK2] ConnectionUnix should use FastMalloc to allocate on-heap resources
Created attachment 255180 [details] Patch
Attachment 255180 [details] did not pass style-queue: ERROR: Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:449: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 255180 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255180&action=review > Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:451 > + size_t attachmentFDBufferLength = std::count_if(attachments.begin(), attachments.end(), > + [](const Attachment& attachment) { > + return attachment.fileDescriptor() != -1; > + }); Cool
Comment on attachment 255180 [details] Patch Clearing flags on attachment: 255180 Committed r185824: <http://trac.webkit.org/changeset/185824>
All reviewed patches have been landed. Closing bug.