[webkit-changes] [WebKit/WebKit] 6d203e: Avoid using ASCIILiteralPtrHash in WebKit2

Ryosuke Niwa noreply at github.com
Wed Apr 10 12:53:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6d203e19e2f4c0e9fdf867569940a41582532837
      https://github.com/WebKit/WebKit/commit/6d203e19e2f4c0e9fdf867569940a41582532837
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
    M Source/WTF/wtf/text/ASCIILiteral.h
    M Source/WebKit/NetworkProcess/NetworkProcess.h
    M Source/WebKit/UIProcess/WebProcessPool.h
    M Source/WebKit/WebProcess/WebProcess.h

  Log Message:
  -----------
  Avoid using ASCIILiteralPtrHash in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=272429

Reviewed by Chris Dumez.

Use the default hash traits instead.

* Source/WTF/wtf/text/ASCIILiteral.h:
(WTF::ASCIILiteralPtrHash): Deleted.
(WTF::StringLiterals::operator _s):
* Source/WebKit/NetworkProcess/NetworkProcess.h:
* Source/WebKit/UIProcess/WebProcessPool.h:
* Source/WebKit/WebProcess/WebProcess.h:

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



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


More information about the webkit-changes mailing list