[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 13:33:40 PDT 2017


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

Tim Horton <thorton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thorton at apple.com

--- Comment #9 from Tim Horton <thorton at apple.com> ---
Comment on attachment 320956
  --> https://bugs.webkit.org/attachment.cgi?id=320956
Test patch for ews on adding process identifier alias.

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

> Source/WebKit/UIProcess/API/C/WKContextPrivate.h:31
> +#include <wtf/ProcessID.h>

We can't use wtf/ from exported (public or private) API headers (the ones like APIProcessPoolConfiguration.h are OK -- those are internal implementations of the API; you can check if the header is public/private in Xcode if you need to confirm in each case) as far as I know, so I don't think you can do this. Can we leave it as pid_t just in the API/SPI?

-- 
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/82bc47b6/attachment.html>


More information about the webkit-unassigned mailing list