Bug 312028
| Summary: | [CMake] Fix CSSPaintingAPI static_assert when ENABLE_EXPERIMENTAL_FEATURES is on | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pascoe <pascoe> |
| Component: | CMake | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |