Bug 240963

Summary: Define WK_NOT_NO in SDKVariant.xcconfig
Product: WebKit Reporter: David Quesada <david_quesada>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, kkinnunen, msaboff, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

David Quesada
Reported 2022-05-26 11:33:26 PDT
The WK_NOT_ build settings can invert "" to "YES" and "YES" to "NO", but can't invert "NO" to "YES". This is problematic for other build configuration that builds upon this construction and only ever expects a value of YES or NO. `WK_NOT_NO` should be defined, with a value of "YES".
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-26 11:34:10 PDT
David Quesada
Comment 2 2022-05-26 11:48:38 PDT
EWS
Comment 3 2022-05-26 14:13:13 PDT
Committed r294897 (251020@main): <https://commits.webkit.org/251020@main> Reviewed commits have been landed. Closing PR #1058 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.