Bug 263272
Summary: | Drop redundant check in SkipOptionalSVGSpacesOrDelimiter | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | SVG | Assignee: | 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 |
Ahmad Saleem
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
EWS
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
<rdar://problem/117147899>