[webkit-changes] [WebKit/WebKit] 4d22a2: Update ASCIILiteral's operator[] to take in a `siz...

Chris Dumez noreply at github.com
Mon May 13 17:49:29 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4d22a2b788987f4cdae7b4f3280740c810a85a5d
      https://github.com/WebKit/WebKit/commit/4d22a2b788987f4cdae7b4f3280740c810a85a5d
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M Source/WTF/wtf/text/ASCIILiteral.h

  Log Message:
  -----------
  Update ASCIILiteral's operator[] to take in a `size_t` instead of an `unsigned`
https://bugs.webkit.org/show_bug.cgi?id=274129

Reviewed by Keith Miller.

This matches the type returned by ASCIILiteral::length().

* Source/WTF/wtf/text/ASCIILiteral.h:

Canonical link: https://commits.webkit.org/278725@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