[webkit-changes] [WebKit/WebKit] d2719a: Replace remaining is<Attr> usage with dynamicDownc...

Anne van Kesteren noreply at github.com
Wed Jan 31 09:52:25 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d2719a7661ab51053c2bdfab55cd0bbdc59cc7dd
      https://github.com/WebKit/WebKit/commit/d2719a7661ab51053c2bdfab55cd0bbdc59cc7dd
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M Source/WebCore/html/HTMLFrameOwnerElement.h
    M Source/WebCore/inspector/InspectorNodeFinder.cpp
    M Source/WebCore/xml/XPathNodeSet.cpp

  Log Message:
  -----------
  Replace remaining is<Attr> usage with dynamicDowncast<Attr>
https://bugs.webkit.org/show_bug.cgi?id=268375

Reviewed by Chris Dumez.

* Source/WebCore/html/HTMLFrameOwnerElement.h:
(WebCore::HTMLFrameOwnerElement::protectedContentDocument const):
* Source/WebCore/inspector/InspectorNodeFinder.cpp:
(WebCore::InspectorNodeFinder::searchUsingDOMTreeTraversal):
(WebCore::InspectorNodeFinder::searchUsingXPath):
(WebCore::InspectorNodeFinder::searchUsingCSSSelectors):
* Source/WebCore/xml/XPathNodeSet.cpp:
(WebCore::XPath::sortBlock):
(WebCore::XPath::NodeSet::sort const):
(WebCore::XPath::findRootNode):
(WebCore::XPath::NodeSet::traversalSort const):

Canonical link: https://commits.webkit.org/273834@main




More information about the webkit-changes mailing list