[Webkit-unassigned] [Bug 177017] [Win] WTF: Add alias for process id to use in place of direct uses of pid_t

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 15 11:38:17 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=177017

--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 320935
  --> https://bugs.webkit.org/attachment.cgi?id=320935
Test patch for ews on adding process identifier alias.

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

>> Source/WTF/wtf/ProcessID.h:40
>> +using ProcessIdentifier = int;
> 
> Let's just call this ProcessID like the file.

Also, the common practice is to add using WTF::ProcessID at the bottom of this file so that we can just say ProcessID everywhere else instead of WTF::ProcessID.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170915/71f0e117/attachment.html>


More information about the webkit-unassigned mailing list