Bug 241937
Summary: | Fix internal build break on iOS simulator after https://commits.webkit.org/251798@main | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=240811 |
Said Abou-Hallawa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/1745
EWS
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
<rdar://problem/95813375>