Bug 153963

Summary: [Cocoa] Replace __has_include guards around inclusion of Apple-internal-SDK headers with USE(APPLE_INTERNAL_SDK)
Product: WebKit Reporter: mitz
Component: New BugsAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam, thorton
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Use USE(APPLE_INTERNAL_SDK) sam: review+

Description mitz 2016-02-07 10:01:55 PST
Use USE(APPLE_INTERNAL_SDK) to guard inclusion of headers from Appleā€™s internal SDK instead of __has_include checks.
Comment 1 mitz 2016-02-07 10:04:34 PST
Created attachment 270824 [details]
Use USE(APPLE_INTERNAL_SDK)
Comment 2 mitz 2016-02-07 10:44:46 PST
Committed <http://trac.webkit.org/r196239>.