Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26d7991c939a41bbab5d01263900598b67220208
https://github.com/WebKit/WebKit/commit/26d7991c939a41bbab5d01263900598b67220208
Author: Chris Dumez <[email protected]>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M Source/WTF/wtf/RefCountDebugger.h
M Source/WTF/wtf/ThreadAssertions.h
Log Message:
-----------
Use ASSERT_WITH_SECURITY_IMPLICATION() in ThreadLikeAssertion
https://bugs.webkit.org/show_bug.cgi?id=309216
Reviewed by Ryosuke Niwa.
Use ASSERT_WITH_SECURITY_IMPLICATION() in ThreadLikeAssertion to help
catch more threading issues.
* Source/WTF/wtf/RefCountDebugger.h:
(WTF::RefCountDebuggerImpl::applyRefDerefThreadingCheck const):
* Source/WTF/wtf/ThreadAssertions.h:
(WTF::ThreadLikeAssertion::ThreadLikeAssertion):
(WTF::ThreadLikeAssertion::operator=):
(WTF::ThreadLikeAssertion::isCurrent const):
(WTF::WTF_ASSERTS_ACQUIRED_CAPABILITY):
Canonical link: https://commits.webkit.org/308688@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications