Bug 239802 - Have equalIgnoringASCIICase() take in an ASCIILiteral instead of a const char*
Summary: Have equalIgnoringASCIICase() take in an ASCIILiteral instead of a const char*
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-26 22:17 PDT by Chris Dumez
Modified: 2022-04-27 21:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-04-26 22:17:14 PDT
Have equalIgnoringASCIICase() take in an ASCIILiteral instead of a const char*, as we are encouraging developers to use ""_s for string literals.
Comment 1 Chris Dumez 2022-04-26 22:19:33 PDT
Pull request: https://github.com/WebKit/WebKit/pull/408
Comment 2 EWS 2022-04-27 21:04:00 PDT
Committed r293561 (250075@main): <https://commits.webkit.org/250075@main>

Reviewed commits have been landed. Closing PR #408 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-27 21:05:14 PDT
<rdar://problem/92437627>