Bug 153728 - [Cocoa] Remove __has_include guards around use of WebKitAdditions
Summary: [Cocoa] Remove __has_include guards around use of WebKitAdditions
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-01-31 13:17 PST by mitz
Modified: 2016-01-31 15:00 PST (History)
11 users (show)

See Also:


Attachments
Use USE(APPLE_INTERNAL_SKD) instead (15.06 KB, patch)
2016-01-31 13:19 PST, mitz
aestes: 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-01-31 13:17:26 PST
Switch to a more robust way of guarding WebKitAdditions includes.
Comment 1 mitz 2016-01-31 13:19:55 PST
Created attachment 270345 [details]
Use USE(APPLE_INTERNAL_SKD) instead
Comment 2 mitz 2016-01-31 15:00:19 PST
Committed <http://trac.webkit.org/r195937>.