Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9ffb2a696a2c6e839d40a9caaab00a5b7f5f96d0
https://github.com/WebKit/WebKit/commit/9ffb2a696a2c6e839d40a9caaab00a5b7f5f96d0
Author: Chris Dumez <[email protected]>
Date: 2025-12-14 (Sun, 14 Dec 2025)
Changed paths:
M Source/WTF/wtf/HashMap.h
M Source/WTF/wtf/HashSet.h
M Source/WTF/wtf/HashTable.h
M Source/WTF/wtf/ListHashSet.h
Log Message:
-----------
Simplify `requires` statements introduced in 304372@main
https://bugs.webkit.org/show_bug.cgi?id=304151
Reviewed by Darin Adler and Sam Weinig.
* Source/WTF/wtf/HashMap.h:
(WTF::requires):
(WTF::M>::computeSize const): Deleted.
(WTF::M>::isEmptyIgnoringNullReferences const): Deleted.
(WTF::M>::removeWeakNullEntries): Deleted.
* Source/WTF/wtf/HashSet.h:
(WTF::requires):
(WTF::shouldValidateKey>::computeSize const): Deleted.
(WTF::shouldValidateKey>::isEmptyIgnoringNullReferences const): Deleted.
(WTF::shouldValidateKey>::removeWeakNullEntries): Deleted.
* Source/WTF/wtf/HashTable.h:
(WTF::requires):
(WTF::Malloc>::computeSize const): Deleted.
(WTF::Malloc>::isEmptyIgnoringNullReferences const): Deleted.
(WTF::Malloc>::removeWeakNullEntries const): Deleted.
* Source/WTF/wtf/ListHashSet.h:
(WTF::requires):
(WTF::U>::computeSize const): Deleted.
(WTF::U>::isEmptyIgnoringNullReferences const): Deleted.
(WTF::U>::removeWeakNullEntries): Deleted.
Canonical link: https://commits.webkit.org/304442@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications