Bug 153963 - [Cocoa] Replace __has_include guards around inclusion of Apple-internal-SDK headers with USE(APPLE_INTERNAL_SDK)
Summary: [Cocoa] Replace __has_include guards around inclusion of Apple-internal-SDK h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-07 10:01 PST by mitz
Modified: 2016-02-07 10:44 PST (History)
3 users (show)

See Also:


Attachments
Use USE(APPLE_INTERNAL_SDK) (12.83 KB, patch)
2016-02-07 10:04 PST, mitz
sam: 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-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>.