Bug 240687

Summary: Start preparing the code base for marking the StringView(const char*) constructor explicit
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web Template FrameworkAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 240800    
Bug Blocks: 240754    

Description Chris Dumez 2022-05-19 14:58:48 PDT
Start preparing the code base for marking the StringView(const char*) constructor explicit. This encourages people to ensure ASCIILiteral / ""_s whenever possible.
Comment 1 Chris Dumez 2022-05-19 15:46:38 PDT
Pull request: https://github.com/WebKit/WebKit/pull/807
Comment 2 EWS 2022-05-20 23:20:20 PDT
Committed r294611 (250837@main): <https://commits.webkit.org/250837@main>

Reviewed commits have been landed. Closing PR #807 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-20 23:21:14 PDT
<rdar://problem/93696348>