Bug 153774 - [Cocoa] Remove some more __has_include guards
Summary: [Cocoa] Remove some more __has_include guards
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 15:43 PST by mitz
Modified: 2016-02-01 15:55 PST (History)
0 users

See Also:


Attachments
Check for USE(APPLE_INTERNAL_SDK) instead (5.24 KB, text/plain)
2016-02-01 15:44 PST, mitz
no flags Details
Check for USE(APPLE_INTERNAL_SDK) instead (4.78 KB, patch)
2016-02-01 15:52 PST, mitz
thorton: 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 15:43:32 PST
[Cocoa] Remove some more __has_include guards
Comment 1 mitz 2016-02-01 15:44:48 PST
Created attachment 270439 [details]
Check for USE(APPLE_INTERNAL_SDK) instead
Comment 2 mitz 2016-02-01 15:47:48 PST
Comment on attachment 270439 [details]
Check for USE(APPLE_INTERNAL_SDK) instead

Whoops.
Comment 3 mitz 2016-02-01 15:52:35 PST
Created attachment 270441 [details]
Check for USE(APPLE_INTERNAL_SDK) instead
Comment 4 mitz 2016-02-01 15:55:21 PST
Committed <http://trac.webkit.org/r195985>.