Bug 263272

Summary: Drop redundant check in SkipOptionalSVGSpacesOrDelimiter
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2023-10-17 12:34:24 PDT
Hi Team,

This is just potential merge of following Blink commit:

Blink Commit: https://chromium-review.googlesource.com/c/chromium/src/+/2642784

WebKit Source: https://github.com/WebKit/WebKit/blob/6eedbb94b3dea4ce23f51563eb49a4a7c5344463/Source/WebCore/svg/SVGParserUtilities.h#L101

It is to remove following check:

if (characters.hasCharactersRemaining() && *characters == delimiter) {

to

if (*characters == delimiter) {

___

Just wanted to raise so we can merge as well.

Thanks!
Comment 1 EWS 2023-10-18 11:18:31 PDT
Committed 269478@main (56bcdb9d3730): <https://commits.webkit.org/269478@main>

Reviewed commits have been landed. Closing PR #19180 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-10-18 11:19:15 PDT
<rdar://problem/117147899>