RESOLVED FIXED252007
REGRESSION(260069@main): Broke linux clang builds
https://bugs.webkit.org/show_bug.cgi?id=252007
Summary REGRESSION(260069@main): Broke linux clang builds
Philippe Normand
Reported 2023-02-09 12:51:00 PST
/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
Attachments
Philippe Normand
Comment 1 2023-02-09 12:54:16 PST
EWS
Comment 2 2023-02-09 13:01:53 PST
Committed 260079@main (e96be82eb8e3): <https://commits.webkit.org/260079@main> Reviewed commits have been landed. Closing PR #9886 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.