Bug 153744 - [Cocoa] Get rid of WK_ macros for initializers
Summary: [Cocoa] Get rid of WK_ macros for initializers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 09:08 PST by mitz
Modified: 2016-02-01 09:53 PST (History)
2 users (show)

See Also:


Attachments
Use NS_DESIGNATED_INITIALIZER and NS_UNAVAILABLE directly (5.21 KB, patch)
2016-02-01 09:11 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-02-01 09:08:42 PST
We no longer need to build with SDKs that don’t have NS_UNAVAILABLE and NS_DESIGNATED_INITIALIZER, so we can use these directly in headers. Patch forthcoming.
Comment 1 mitz 2016-02-01 09:11:32 PST
Created attachment 270389 [details]
Use NS_DESIGNATED_INITIALIZER and NS_UNAVAILABLE directly
Comment 2 mitz 2016-02-01 09:53:52 PST
Committed <http://trac.webkit.org/r195963>.