Bug 312028

Summary: [CMake] Fix CSSPaintingAPI static_assert when ENABLE_EXPERIMENTAL_FEATURES is on
Product: WebKit Reporter: pascoe <pascoe>
Component: CMakeAssignee: pascoe <pascoe>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 312071, 312017    
Bug Blocks:    

pascoe@apple.com
Reported 2026-04-11 01:27:58 PDT
ENABLE_EXPERIMENTAL_FEATURES=ON makes CSSPaintingAPIEnabled default to true, but its testable status requires static_assert(!defaultValue) in APIFeature.h. Currently worked around by defaulting the flag to OFF in OptionsMac.cmake.
Attachments
Note You need to log in before you can comment on or make changes to this bug.