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!
Committed 269478@main (56bcdb9d3730): <https://commits.webkit.org/269478@main> Reviewed commits have been landed. Closing PR #19180 and removing active labels.
<rdar://problem/117147899>