| Summary: | Refactor list-style-type conversion | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
| Component: | CSS | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Vitor Roriz
2023-03-13 06:11:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11437 Committed 261651@main (2fa477e5ad2e): <https://commits.webkit.org/261651@main> Reviewed commits have been landed. Closing PR #11437 and removing active labels. WebKitGTK/WPE Ubuntu 20.04 post-commit build bots are failing after this patch: https://build.webkit.org/#/builders/595/builds/8399/steps/9/logs/stdio https://build.webkit.org/#/builders/596/builds/7990/steps/9/logs/stdio ``` /home/buildbot/worker/GTK-Linux-64-bit-Release-Ubuntu-2004-Build/build/Source/WebCore/platform/graphics/DestinationColorSpace.h:55:21: note: candidate: ‘bool WebCore::operator!=(const WebCore::DestinationColorSpace&, const WebCore::DestinationColorSpace&)’ 55 | WEBCORE_EXPORT bool operator!=(const DestinationColorSpace&, const DestinationColorSpace&); ``` Re-opening for pull request https://github.com/webkit/webkit/pull/11541 Committed 261680@main (b323e2ac5c49): <https://commits.webkit.org/261680@main> Reviewed commits have been landed. Closing PR #11541 and removing active labels. |