Bug 244391 - [ Playstation ] Fix build break after 253805@main
Summary: [ Playstation ] Fix build break after 253805@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-26 08:37 PDT by Hercules Hjalmarsson
Modified: 2022-09-19 10:11 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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);
                                        ~~~~~^