Bug 244391
Summary: | [ Playstation ] Fix build break after 253805@main | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
Component: | New Bugs | Assignee: | 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 |
Hercules Hjalmarsson
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99188489>
Hercules Hjalmarsson
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);
~~~~~^