[webkit-changes] [WebKit/WebKit] d7f01a: Avoid using downcast<>() in ElementData::attribute...
Chris Dumez
noreply at github.com
Tue Mar 12 08:01:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d7f01add50ebcfedd921f6f4d0ee721839f2dec0
https://github.com/WebKit/WebKit/commit/d7f01add50ebcfedd921f6f4d0ee721839f2dec0
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M Source/WebCore/dom/ElementData.h
Log Message:
-----------
Avoid using downcast<>() in ElementData::attributesIterator()
https://bugs.webkit.org/show_bug.cgi?id=270834
Reviewed by Ryosuke Niwa.
Avoid using downcast<>() in ElementData::attributesIterator(), for
performance reasons.
* Source/WebCore/dom/ElementData.h:
(WebCore::ElementData::attributesIterator const):
Canonical link: https://commits.webkit.org/275978@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list