Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fe0b9f96def3d46f4e3d4f44058e23242fa2b3ba
https://github.com/WebKit/WebKit/commit/fe0b9f96def3d46f4e3d4f44058e23242fa2b3ba
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-14 (Sat, 14 Feb 2026)
Changed paths:
M Source/WTF/wtf/text/CString.h
M Source/WTF/wtf/text/StringBuilder.h
M Source/WTF/wtf/text/StringImpl.h
M Source/WTF/wtf/text/StringView.h
Log Message:
-----------
Add NODELETE annotations to string classes and functions
https://bugs.webkit.org/show_bug.cgi?id=307899
Reviewed by Geoffrey Garen.
Added NODELETE annotations to string related functions that
do not destruct any objects as a side effect.
No new tests since there should be no behavioral changes.
* Source/WTF/wtf/text/CString.h:
* Source/WTF/wtf/text/StringBuilder.h:
* Source/WTF/wtf/text/StringImpl.h:
* Source/WTF/wtf/text/StringView.h:
Canonical link: https://commits.webkit.org/307583@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications