NEW312028
[CMake] Fix CSSPaintingAPI static_assert when ENABLE_EXPERIMENTAL_FEATURES is on
https://bugs.webkit.org/show_bug.cgi?id=312028
Summary [CMake] Fix CSSPaintingAPI static_assert when ENABLE_EXPERIMENTAL_FEATURES is on
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.