[Webkit-unassigned] [Bug 241937] New: Fix internal build break on iOS simulator after https://commits.webkit.org/251798 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 15:04:37 PDT 2022


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

            Bug ID: 241937
           Summary: Fix internal build break on iOS simulator after
                    https://commits.webkit.org/251798@main
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

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

};

-- 
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/20220623/23277b12/attachment.htm>


More information about the webkit-unassigned mailing list