Bug 126958

Summary: Fix typedef of DragDataRef from id back to id<NSDraggingInfo>
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: PlatformAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, mrowe
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.8   
Bug Depends on: 120183    
Bug Blocks:    
Attachments:
Description Flags
Patch v1 none

Description David Kilzer (:ddkilzer) 2014-01-13 20:18:01 PST
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.
Comment 1 David Kilzer (:ddkilzer) 2014-01-13 20:18:17 PST
<rdar://problem/14814649>
Comment 2 David Kilzer (:ddkilzer) 2014-01-13 20:27:04 PST
Created attachment 221100 [details]
Patch v1
Comment 3 WebKit Commit Bot 2014-01-13 21:12:21 PST
Comment on attachment 221100 [details]
Patch v1

Clearing flags on attachment: 221100

Committed r161944: <http://trac.webkit.org/changeset/161944>
Comment 4 WebKit Commit Bot 2014-01-13 21:12:23 PST
All reviewed patches have been landed.  Closing bug.