Bug 213323

Summary: [PlayStation] Build fix for errors with structured bindings to const structure
Product: WebKit Reporter: Stephan Szabo <stephan.szabo>
Component: WebCore JavaScriptAssignee: Stephan Szabo <stephan.szabo>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, hi, Hironori.Fujii, joepeck, pfeldman, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Build fix none

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>