Bug 252007 - REGRESSION(260069@main): Broke linux clang builds
Summary: REGRESSION(260069@main): Broke linux clang builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-09 12:51 PST by Philippe Normand
Modified: 2023-02-09 13:01 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 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
Comment 1 Philippe Normand 2023-02-09 12:54:16 PST
Pull request: https://github.com/WebKit/WebKit/pull/9886
Comment 2 EWS 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.