Bug 255867 - [JSC] fix include error by 263041@main
Summary: [JSC] fix include error by 263041@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-24 06:21 PDT by Thomas Devoogdt
Modified: 2023-04-24 11:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>