Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8146d42b76a9eed4e782e73c38d9e93b856c39e3
https://github.com/WebKit/WebKit/commit/8146d42b76a9eed4e782e73c38d9e93b856c39e3
Author: Geoffrey Garen <[email protected]>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M Source/WTF/wtf/WeakHashMap.h
M Source/WTF/wtf/WeakPtr.h
M Source/WTF/wtf/WeakPtrFactory.h
Log Message:
-----------
Use WeakPtr in WeakHashMap
https://bugs.webkit.org/show_bug.cgi?id=303267
<rdar://problem/165568367>
Reviewed by Darin Adler.
This removes the need for WeakHashMap to be a friend to WeakPtr
and WeakPtrFactory.
This is also a step toward a more efficient WeakPtr.
* Source/WTF/wtf/WeakHashMap.h:
* Source/WTF/wtf/WeakPtr.h:
* Source/WTF/wtf/WeakPtrFactory.h:
Canonical link: https://commits.webkit.org/303791@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications