[Webkit-unassigned] [Bug 126958] New: Fix typedef of DragDataRef from id back to id<NSDragInfo>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 20:20:23 PST 2014


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

           Summary: Fix typedef of DragDataRef from id back to
                    id<NSDragInfo>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.8
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: mrowe at apple.com, andersca at apple.com
        Depends on: 120183


The fix for Bug 120183 changed the typedef of DragDataRef from id<NSDragInfo> to id.  Once clang adds a __has_feature() macro for this change, we can change it back again by using __has_feature() inside the WebCore.exp.in file to list the new symbol after the ABI change.

-- 
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