Bug 171769 - [Mac][cmake] Buildfix after r216047
Summary: [Mac][cmake] Buildfix after r216047
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: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 171503
  Show dependency treegraph
 
Reported: 2017-05-05 23:11 PDT by Csaba Osztrogonác
Modified: 2017-05-06 04:34 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.21 KB, patch)
2017-05-05 23:12 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2017-05-05 23:11:20 PDT
In file included from /Volumes/Data/slave/elcapitan-cmake-debug/build/Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.mm:29:
/Volumes/Data/slave/elcapitan-cmake-debug/build/Source/WebCore/platform/spi/ios/UIKitSPI.h:39:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^

UIKitSPI.h is ios only header, it shouldn't be included unconditionally.
Comment 1 Csaba Osztrogonác 2017-05-05 23:12:37 PDT
Created attachment 309271 [details]
Patch

patch for EWS
Comment 2 WebKit Commit Bot 2017-05-06 04:34:12 PDT
Comment on attachment 309271 [details]
Patch

Clearing flags on attachment: 309271

Committed r216326: <http://trac.webkit.org/changeset/216326>
Comment 3 WebKit Commit Bot 2017-05-06 04:34:13 PDT
All reviewed patches have been landed.  Closing bug.