Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 29b03b7c66e097cedc5d6fa01348389b69d4343c
https://github.com/WebKit/WebKit/commit/29b03b7c66e097cedc5d6fa01348389b69d4343c
Author: Anne van Kesteren <[email protected]>
Date: 2026-05-31 (Sun, 31 May 2026)
Changed paths:
M Source/WTF/wtf/text/AtomString.h
M Source/WTF/wtf/text/StringCommon.h
M Source/WTF/wtf/text/StringImpl.h
M Source/WTF/wtf/text/StringView.h
M Source/WTF/wtf/text/WTFString.h
Log Message:
-----------
Annotate more string methods as NODELETE
https://bugs.webkit.org/show_bug.cgi?id=315946
Reviewed by Darin Adler.
This is useful for bug 315737, where I have a patch that proves that
this works, but it seemed best to land this as its own change.
This suppresses the invocation of a predicate in find() under the
assumption that we'd never write a predicate that would violate
NODELETE. It has a FIXME to make that more robust in the future.
Canonical link: https://commits.webkit.org/314238@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications