Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 18e08875bad5ffc5ba0e934ecff74dab03c6bd81
https://github.com/WebKit/WebKit/commit/18e08875bad5ffc5ba0e934ecff74dab03c6bd81
Author: Ryosuke Niwa <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M Source/WTF/wtf/ThreadSafeWeakPtr.h
Log Message:
-----------
Creating or destroying a ThreadSafeWeakPtr should be considered no-delete
https://bugs.webkit.org/show_bug.cgi?id=322826
Reviewed by Chris Dumez.
Add NODELETE with SUPPRESS_NODELETE on functions in ThreadSafeWeakPtr so that
creating a destroying a ThreadSafeWeakPtr is considered no-delete compliant.
* Source/WTF/wtf/ThreadSafeWeakPtr.h:
(WTF::ThreadSafeWeakPtrControlBlock::weakDeref):
(WTF::ThreadSafeRefCountedAndCanMakeThreadSafeWeakPtr::controlBlock const):
Canonical link: https://commits.webkit.org/320039@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications