Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aab018b874e6592f6e2db9b74df66eb3ca8c0d92
      
https://github.com/WebKit/WebKit/commit/aab018b874e6592f6e2db9b74df66eb3ca8c0d92
  Author: David Kilzer <[email protected]>
  Date:   2025-04-22 (Tue, 22 Apr 2025)

  Changed paths:
    M Source/WTF/wtf/text/StringBuilder.h
    M Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp
    M Source/WebCore/platform/network/RFC8941.cpp

  Log Message:
  -----------
  Add LIFETIME_BOUND to more functions that return WTF::StringView from their 
input parameters
<https://bugs.webkit.org/show_bug.cgi?id=291881>
<rdar://149734109>

Reviewed by Geoffrey Garen.

* Source/WTF/wtf/text/StringBuilder.h:
(WTF::StringBuilder::operator StringView):
- Add LIFETIME_BOUND to method declaration since it returns a StringView
  to a data member.
* Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp:
(WebCore::manifestPath):
- Add LIFETIME_BOUND to parameter since the StringView returned points
  to data from the parameter object.
* Source/WebCore/platform/network/RFC8941.cpp:
(RFC8941::parseKey):
- Ditto.

Canonical link: https://commits.webkit.org/293952@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to