Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d26aa5ff40f578a681326c1a834ae2cf06d0f593
https://github.com/WebKit/WebKit/commit/d26aa5ff40f578a681326c1a834ae2cf06d0f593
Author: Chris Dumez <[email protected]>
Date: 2026-03-15 (Sun, 15 Mar 2026)
Changed paths:
M Source/WebCore/bindings/js/CachedScriptSourceProvider.h
Log Message:
-----------
REGRESSION(309205@main): ASSERTION FAILED: threadLikeAssertion.isCurrent()
for inspector/timeline/timeline-event-EventDispatch.html
https://bugs.webkit.org/show_bug.cgi?id=309987
Reviewed by Fujii Hironori.
309205@main mistakenly added a `protect()` call in a function that gets
called on the GC thread. To address the issue, stop calling `protect()`
and suppress the safer cpp warning instead, with a code comment
explaining the reason.
* Source/WebCore/bindings/js/CachedScriptSourceProvider.h:
Canonical link: https://commits.webkit.org/309306@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications