Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 93262de2b3256de8b5ac6306cab38e4d2ad45098
https://github.com/WebKit/WebKit/commit/93262de2b3256de8b5ac6306cab38e4d2ad45098
Author: Chris Dumez <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/WTF/wtf/HashTable.h
Log Message:
-----------
HashTable's deallocateTable() doesn't need to call the destructor for
trivially destructible types
https://bugs.webkit.org/show_bug.cgi?id=310011
Reviewed by Ryosuke Niwa.
HashTable's deallocateTable() doesn't need to call the destructor for
trivially destructible types. Use an `if constexpr` to make sure this
code gets compiled out.
* Source/WTF/wtf/HashTable.h:
(WTF::Malloc>::deallocateTable):
Canonical link: https://commits.webkit.org/309386@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications