Bug 213323 - [PlayStation] Build fix for errors with structured bindings to const structure
Summary: [PlayStation] Build fix for errors with structured bindings to const structure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephan Szabo
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-06-17 17:30 PDT by Stephan Szabo
Modified: 2020-06-18 10:46 PDT (History)
6 users (show)

See Also:


Attachments
Build fix (2.33 KB, patch)
2020-06-17 18:04 PDT, Stephan Szabo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Szabo 2020-06-17 17:30:05 PDT
The structured bindings in InspectorNetworkAgent.cpp in for loops over the headers gives errors on our compiler. The fix seems similar to the one previously done for clang-cl on the same file.
Comment 1 Stephan Szabo 2020-06-17 18:04:28 PDT
Created attachment 402173 [details]
Build fix
Comment 2 EWS 2020-06-18 10:45:07 PDT
Committed r263220: <https://trac.webkit.org/changeset/263220>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 402173 [details].
Comment 3 Radar WebKit Bug Importer 2020-06-18 10:46:19 PDT
<rdar://problem/64495743>