RESOLVED FIXED 241937
Fix internal build break on iOS simulator after https://commits.webkit.org/251798@main
https://bugs.webkit.org/show_bug.cgi?id=241937
Summary Fix internal build break on iOS simulator after https://commits.webkit.org/25...
Said Abou-Hallawa
Reported 2022-06-23 15:04:37 PDT
SharedMemory::Handle::setOwnershipOfMemory() is calling ProcessIdentity::taskIdToken() which is defined only if HAVE(TASK_IDENTITY_TOKEN) is true class ProcessIdentity { #if HAVE(TASK_IDENTITY_TOKEN) task_id_token_t taskIdToken() const { return m_taskIdToken.sendRight(); } #endif };
Attachments
Said Abou-Hallawa
Comment 1 2022-06-23 15:10:05 PDT
EWS
Comment 2 2022-06-23 15:52:21 PDT
Committed 251806@main (65fd594463ea): <https://commits.webkit.org/251806@main> Reviewed commits have been landed. Closing PR #1745 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-06-23 15:53:13 PDT
Note You need to log in before you can comment on or make changes to this bug.