| Summary: | REGRESSION(260069@main): Broke linux clang builds | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | WebKitGTK | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/9886 Committed 260079@main (e96be82eb8e3): <https://commits.webkit.org/260079@main> Reviewed commits have been landed. Closing PR #9886 and removing active labels. |
/app/webkit/Source/WebCore/accessibility/AXTreeStore.h:43:32: error: unknown type name 'nullptr_t'; did you mean 'std::nullptr_t'? using AXTreePtr = std::variant<nullptr_t, WeakPtr<AXObjectCache> ^~~~~~~~~ std::nullptr_t