Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c726f7f47723cdb5f8d4d0902fab712ee5cd4f2f
https://github.com/WebKit/WebKit/commit/c726f7f47723cdb5f8d4d0902fab712ee5cd4f2f
Author: Maciej Stachowiak <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
A LayoutTests/js/async-stack-trace-capture-after-jettison-expected.txt
A LayoutTests/js/async-stack-trace-capture-after-jettison.html
Log Message:
-----------
Test case for rdar://146806902 (StabilityTracer: com.apple.WebKit.WebContent
at WebCore: WebCore::JSVMClientData::overrideSourceURL const)
rdar://172448998
https://bugs.webkit.org/show_bug.cgi?id=309873
Reviewed by Yusuke Suzuki.
The fix in 308486@main had no test. This test suspends an async
function via await, forces GC to jettison its CodeBlock, then calls
Error.captureStackTrace() which triggers overrideSourceURL on the
async frame.
* LayoutTests/js/async-stack-trace-capture-after-jettison-expected.txt: Added.
* LayoutTests/js/async-stack-trace-capture-after-jettison.html: Added.
Canonical link: https://commits.webkit.org/309263@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications