Bug 244391

Summary: [ Playstation ] Fix build break after 253805@main
Product: WebKit Reporter: Hercules Hjalmarsson <hhjalmarsson>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: Hironori.Fujii, ross.kirsling, webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Hercules Hjalmarsson 2022-08-26 08:37:01 PDT
Playstation Release and Debug is not building due to NodeRareData.h:321:46: error: no type named 'destroying_delete_t' in namespace 'std'.

Build URL(Release):
https://build.webkit.org/#/builders/42/builds/19202

Build URL(Debug):
https://build.webkit.org/#/builders/65/builds/18222
Comment 1 Radar WebKit Bug Importer 2022-08-26 08:37:21 PDT
<rdar://problem/99188489>
Comment 2 Hercules Hjalmarsson 2022-08-26 09:53:58 PDT
Full error:

In file included from C:/BW/PlayStation-Release-Build/build/Source/WebCore/dom\ComposedTreeAncestorIterator.h:28:
In file included from C:/BW/PlayStation-Release-Build/build/Source/WebCore/dom/ElementRareData.h:31:
C:/BW/PlayStation-Release-Build/build/Source/WebCore/dom/NodeRareData.h:321:46: error: no type named 'destroying_delete_t' in namespace 'std'
    void operator delete(NodeRareData*, std::destroying_delete_t);
                                        ~~~~~^