[Webkit-unassigned] [Bug 120183] New: WebCore fails to link due to changes in Objective-C++ ABI in trunk clang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 17:15:10 PDT 2013


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

           Summary: WebCore fails to link due to changes in Objective-C++
                    ABI in trunk clang
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: mrowe at apple.com, dfarler at apple.com


The trunk version of clang made an ABI change for Objective-C++ parameters that caused WebCore to fail to link.  The short-term fix is to change the parameter type from id<protocol> to just id and add an ASSERT that the parameter still conforms to the protocol.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list