[webkit-changes] [WebKit/WebKit] 29181a: Avoid double hash map look up in SVGElement::updat...
Chris Dumez
noreply at github.com
Mon Aug 28 11:34:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 29181a119698761c6a6b197a4cf0cc329ebdedce
https://github.com/WebKit/WebKit/commit/29181a119698761c6a6b197a4cf0cc329ebdedce
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M Source/WebCore/svg/SVGElement.cpp
Log Message:
-----------
Avoid double hash map look up in SVGElement::updateRelativeLengthsInformation()
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
More information about the webkit-changes
mailing list