Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d7b6dda4d2aaa9cd585c2217965dfc747b1c6269
https://github.com/WebKit/WebKit/commit/d7b6dda4d2aaa9cd585c2217965dfc747b1c6269
Author: Geoffrey Garen <[email protected]>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M Source/WTF/wtf/Lock.h
M Source/WTF/wtf/Locker.h
Log Message:
-----------
Move WTF::Locker specializations to Locker.h
https://bugs.webkit.org/show_bug.cgi?id=302834
rdar://165097267
Reviewed by Chris Dumez.
It took me an embarrassingly long time to realize that the primary Locker<T>
class is not the one in Locker.h, but rather a separate template specialization
in Lock.h.
Moved the specialization to Locker.h.
* Source/WTF/wtf/Lock.h:
* Source/WTF/wtf/Locker.h:
Canonical link: https://commits.webkit.org/303303@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications