Bug 252007

Summary: REGRESSION(260069@main): Broke linux clang builds
Product: WebKit Reporter: Philippe Normand <philn>
Component: WebKitGTKAssignee: Philippe Normand <philn>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.