Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b214bd1362ead100935b58d2ff6227347767d52a
https://github.com/WebKit/WebKit/commit/b214bd1362ead100935b58d2ff6227347767d52a
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M Source/WTF/wtf/CrossThreadCopier.h
Log Message:
-----------
CrossThreadCopierBase<HashSet<ObjectIdentifierGeneric>> is missing IsNeeded
and move-copy overload
https://bugs.webkit.org/show_bug.cgi?id=319797
rdar://182674783
Reviewed by Chris Dumez.
The HashSet<ObjectIdentifierGeneric<T, U, V>> specialization of
CrossThreadCopierBase predates the IsNeeded flag and move-aware
copy() overload that the generic HashSet specialization gained
later, leaving it inconsistent with its sibling specializations
and any code that queries IsNeeded for such a set.
* Source/WTF/wtf/CrossThreadCopier.h:
Canonical link: https://commits.webkit.org/317529@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications