Bug 255867

Summary: [JSC] fix include error by 263041@main
Product: WebKit Reporter: Thomas Devoogdt <thomas.devoogdt>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Linux   

Description Thomas Devoogdt 2023-04-24 06:21:07 PDT
```
/home/thomas/Documents/buildroot/output/build/webkitgtk-2.38.6/Source/JavaScriptCore/runtime/ArgList.h: In member function ‘decltype(auto) JSC::MarkedVector<T, passedInlineCapacity, OverflowHandler>::at(int) const’: /home/thomas/Documents/buildroot/output/build/webkitgtk-2.38.6/Source/JavaScriptCore/runtime/ArgList.h:144:20: error: ‘jsCast’ was not declared in this scope
             return jsCast<T>(JSValue::decode(slotFor(i)).asCell());
```
Comment 1 EWS 2023-04-24 11:41:03 PDT
Committed 263324@main (d7a67e49ad54): <https://commits.webkit.org/263324@main>

Reviewed commits have been landed. Closing PR #13101 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-04-24 11:42:20 PDT
<rdar://problem/108463858>