Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bbfcb3eda714c09be1ed79a150e1a437d59a15a5
https://github.com/WebKit/WebKit/commit/bbfcb3eda714c09be1ed79a150e1a437d59a15a5
Author: Chris Dumez <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M Source/WTF/wtf/ListHashSet.h
Log Message:
-----------
Fix bad assertions in ListHashSetLink::insertAfter() and
ListHashSetLink::insertBefore()
https://bugs.webkit.org/show_bug.cgi?id=319225
Reviewed by Darin Adler.
They were using `=` and doing an assignment instad of doing a comparison
using `==`.
* Source/WTF/wtf/ListHashSet.h:
(WTF::ListHashSetLink::insertAfter):
(WTF::ListHashSetLink::insertBefore):
Canonical link: https://commits.webkit.org/317092@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications