[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:57 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=177017
--- Comment #4 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/JavaScriptCore/inspector/remote/RemoteInspector.h:112
> - pid_t parentProcessIdentifier() const { return m_parentProcessIdentifier; }
> + WTF::ProcessIdentifierparentProcessIdentifier() const { return m_parentProcessIdentifier; }
typo here (missing " "). Please fix.
--
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/da014dfc/attachment.html>
More information about the webkit-unassigned
mailing list