Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid double hash map look up in SVGElement::updateRelativeLengthsInformation() #17134

Merged

Conversation

cdumez
Copy link
Contributor

@cdumez cdumez commented Aug 28, 2023

@cdumez cdumez self-assigned this Aug 28, 2023
@cdumez cdumez added the SVG For bugs in the SVG implementation. label Aug 28, 2023
@cdumez cdumez requested review from rniwa and shallawa August 28, 2023 17:43
Copy link
Member

@rniwa rniwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also see #16068

@cdumez cdumez added the merge-queue Applied to send a pull request to merge-queue label Aug 28, 2023
…ormation()

https://bugs.webkit.org/show_bug.cgi?id=260803

Reviewed by Ryosuke Niwa.

Avoid double hash map look up in SVGElement::updateRelativeLengthsInformation()
and do minor code cleanup.

* Source/WebCore/svg/SVGElement.cpp:
(WebCore::SVGElement::updateRelativeLengthsInformation):

Canonical link: https://commits.webkit.org/267358@main
@webkit-commit-queue
Copy link
Collaborator

Committed 267358@main (29181a1): https://commits.webkit.org/267358@main

Reviewed commits have been landed. Closing PR #17134 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit 29181a1 into WebKit:main Aug 28, 2023
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SVG For bugs in the SVG implementation.
Projects
None yet
4 participants