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   

Thomas Devoogdt
Reported 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()); ```
Attachments
EWS
Comment 1 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.
Radar WebKit Bug Importer
Comment 2 2023-04-24 11:42:20 PDT
Note You need to log in before you can comment on or make changes to this bug.