Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 44c202a8ebfbe4dd35cd09c939a499d5ea0c151b
https://github.com/WebKit/WebKit/commit/44c202a8ebfbe4dd35cd09c939a499d5ea0c151b
Author: Geoffrey Garen <[email protected]>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M Source/WTF/wtf/Borrow.h
M Source/WTF/wtf/module.modulemap
Log Message:
-----------
Borrow<T> constructor should be lifetimebound
https://bugs.webkit.org/show_bug.cgi?id=316917
rdar://179378435
Reviewed by David Kilzer.
Borrow<T> already enforces a runtime lifetime check, but so much the better if
we can catch a mistake at compile time.
* Source/WTF/wtf/Borrow.h: Use lifetimebound.
* Source/WTF/wtf/module.modulemap: Modules are a work in progress.
Canonical link: https://commits.webkit.org/315053@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications