Bug 255867
Summary: | [JSC] fix include error by 263041@main | ||
---|---|---|---|
Product: | WebKit | Reporter: | Thomas Devoogdt <thomas.devoogdt> |
Component: | WebCore JavaScript | Assignee: | 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
```
/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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
EWS
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
<rdar://problem/108463858>