Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: af9a72a26435c782a6153229ce59548b4cfedccc
      
https://github.com/WebKit/WebKit/commit/af9a72a26435c782a6153229ce59548b4cfedccc
  Author: Chris Dumez <[email protected]>
  Date:   2026-06-02 (Tue, 02 Jun 2026)

  Changed paths:
    M Source/WebCore/Modules/url-pattern/URLPatternCanonical.cpp

  Log Message:
  -----------
  reserveCapacity() call in canonicalizeIPv6Hostname() is a no-op
https://bugs.webkit.org/show_bug.cgi?id=316062

Reviewed by Anne van Kesteren.

reserveCapacity() call in canonicalizeIPv6Hostname() is a no-op since
`result.length()` is 0.

* Source/WebCore/Modules/url-pattern/URLPatternCanonical.cpp:
(WebCore::canonicalizeIPv6Hostname):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to