Bug 126958 - Fix typedef of DragDataRef from id back to id<NSDraggingInfo>
Summary: Fix typedef of DragDataRef from id back to id<NSDraggingInfo>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.8
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 120183
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-13 20:18 PST by David Kilzer (:ddkilzer)
Modified: 2014-01-13 21:12 PST (History)
3 users (show)

See Also:


Attachments
Patch v1 (3.15 KB, patch)
2014-01-13 20:27 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.