Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 474e68115e96b2c22c71a539222c937be2820f5a
https://github.com/WebKit/WebKit/commit/474e68115e96b2c22c71a539222c937be2820f5a
Author: Ryosuke Niwa <[email protected]>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M Source/WTF/wtf/OSObjectPtr.h
M Source/WTF/wtf/RefPtr.h
M Source/WTF/wtf/RetainPtr.h
M Source/WTF/wtf/StdLibExtras.h
Log Message:
-----------
Mark lazyInitialize as NODELETE
https://bugs.webkit.org/show_bug.cgi?id=315906
Reviewed by Geoffrey Garen.
lazyInitialize should be considered NODELETE since it won't clear the owning
smart pointer.
No new tests since there should be no behavioral changes.
* Source/WTF/wtf/OSObjectPtr.h:
(WTF::lazyInitialize):
* Source/WTF/wtf/RefPtr.h:
(WTF::lazyInitialize):
* Source/WTF/wtf/RetainPtr.h:
(WTF::lazyInitialize):
* Source/WTF/wtf/StdLibExtras.h:
(WTF::lazyInitialize):
Canonical link: https://commits.webkit.org/314386@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications