Bug 272033

Summary: Fix build after drop of String constructor with raw pointer and length
Product: WebKit Reporter: Olivier Blin <olivier.blin>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, darin, webkit-bug-importer, webkit
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=271888

Description Olivier Blin 2024-04-02 09:04:20 PDT
String constructors taking in a raw pointer and a length have been dropped in 276859@main

One codepath without HAVE(ICU_U_NUMBER_FORMATTER) has not been migrated in IntlPluralRules.cpp, and one ASSERT() has not been removed in SVGTextMetrics.cpp.
Comment 1 Olivier Blin 2024-04-02 09:08:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26727
Comment 2 EWS 2024-04-02 10:44:09 PDT
merge-queue failed to commit PR to repository. To retry, remove any blocking labels and re-apply merge-queue label
Comment 3 EWS 2024-04-02 12:03:16 PDT
Committed 276954@main (34d037641b00): <https://commits.webkit.org/276954@main>

Reviewed commits have been landed. Closing PR #26727 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2024-04-02 12:04:14 PDT
<rdar://problem/125796536>
Comment 5 Alex 2024-04-03 07:48:32 PDT
*** Bug 271974 has been marked as a duplicate of this bug. ***