RESOLVED FIXED 263272
Drop redundant check in SkipOptionalSVGSpacesOrDelimiter
https://bugs.webkit.org/show_bug.cgi?id=263272
Summary Drop redundant check in SkipOptionalSVGSpacesOrDelimiter
Ahmad Saleem
Reported 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!
Attachments
EWS
Comment 1 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.
Radar WebKit Bug Importer
Comment 2 2023-10-18 11:19:15 PDT
Note You need to log in before you can comment on or make changes to this bug.