Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 56bcdb9d373033e3326d00b30c0f679dffb06a5f https://github.com/WebKit/WebKit/commit/56bcdb9d373033e3326d00b30c0f679dffb06a5f Author: Ahmad Saleem <ahmad.saleem792+git...@gmail.com> Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths: M Source/WebCore/svg/SVGParserUtilities.h Log Message: ----------- Drop redundant check in `skipOptionalSVGSpacesOrDelimiter` https://bugs.webkit.org/show_bug.cgi?id=263272 Reviewed by Simon Fraser. Merge: https://chromium-review.googlesource.com/c/chromium/src/+/2642784 skipOptionalSVGSpaces() returns true if this condition (m_position < m_end) is true, so we don't need to check it again. * Source/WebCore/svg/SVGParserUtilities.h: (skipOptionalSVGSpacesOrDelimiter): Canonical link: https://commits.webkit.org/269478@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes