Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2511322b2a30c8c56dd1081208cc51a611268862 https://github.com/WebKit/WebKit/commit/2511322b2a30c8c56dd1081208cc51a611268862 Author: Ryosuke Niwa <rn...@webkit.org> Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths: M Source/WebCore/dom/QualifiedName.h Log Message: ----------- Use QualifiedNameImpl* as the hash key for Attribute https://bugs.webkit.org/show_bug.cgi?id=269093 Reviewed by Chris Dumez and Yusuke Suzuki. Use QualifiedNameImpl* instead of QualifiedName::hash as the hasher input for Attribute to avoid the indirect memory loads. * Source/WebCore/dom/QualifiedName.h: (WebCore::add): Canonical link: https://commits.webkit.org/274411@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes