[webkit-changes] [WebKit/WebKit] 298b67: REGRESSION(279097 at main): [Win GTK WPE] ASSERTION F...

Chris Dumez noreply at github.com
Wed May 22 18:04:12 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 298b67cd8c41d4b73bd73016e0548f3440871751
      https://github.com/WebKit/WebKit/commit/298b67cd8c41d4b73bd73016e0548f3440871751
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
    M Source/WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp

  Log Message:
  -----------
  REGRESSION(279097 at main): [Win GTK WPE] ASSERTION FAILED: isASCII(characters[i]) in WTF::StringLiterals::operator""_span under WebCore::ICOImageDecoder::imageTypeAtIndex
https://bugs.webkit.org/show_bug.cgi?id=274549

Reviewed by Fujii Hironori.

Don't use ""_span since it requires all characters to be ASCII.

* Source/WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp:
(WebCore::ICOImageDecoder::imageTypeAtIndex):

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