Bug 257996 - Disambiguate the various processIdentifier() methods
Summary: Disambiguate the various processIdentifier() methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-12 20:02 PDT by Simon Fraser (smfr)
Modified: 2023-06-13 09:04 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-06-12 20:02:56 PDT
We have ProcessID processIdentifier() (which returns a pid) and processIdentifier() which returns a ProcessIdentifier (which is a ObjectIdentifier<ProcessIdentifierType>).

Let's call the first function processID().
Comment 1 Radar WebKit Bug Importer 2023-06-12 20:03:18 PDT
<rdar://problem/110683138>
Comment 2 Simon Fraser (smfr) 2023-06-12 20:11:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14901
Comment 3 EWS 2023-06-13 09:04:17 PDT
Committed 265123@main (0db1f4a3e74b): <https://commits.webkit.org/265123@main>

Reviewed commits have been landed. Closing PR #14901 and removing active labels.