Bug 146183

Summary: [Cocoa] Actually use Objective-C lightweight generics when the compiler supports them
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Define WK_ARRAY, WK_SET and WK_DICTIONARY to use generics where available none

Description mitz 2015-06-20 13:46:09 PDT
We are currently using Objective-C lightweight generics in framework headers, but when building WebKit we ignore them.
Comment 1 mitz 2015-06-20 13:50:24 PDT
Created attachment 255297 [details]
Define WK_ARRAY, WK_SET and WK_DICTIONARY to use generics where available
Comment 2 WebKit Commit Bot 2015-06-20 20:28:06 PDT
Comment on attachment 255297 [details]
Define WK_ARRAY, WK_SET and WK_DICTIONARY to use generics where available

Clearing flags on attachment: 255297

Committed r185803: <http://trac.webkit.org/changeset/185803>
Comment 3 WebKit Commit Bot 2015-06-20 20:28:10 PDT
All reviewed patches have been landed.  Closing bug.