Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2d005b88adb989c0842dbd6b1b09c0930f0598db
https://github.com/WebKit/WebKit/commit/2d005b88adb989c0842dbd6b1b09c0930f0598db
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M Source/WebCore/xml/XPathFunctions.cpp
M Source/WebCore/xml/XPathNodeSet.cpp
M Source/WebCore/xml/XPathNodeSet.h
M Source/WebCore/xml/XPathPath.cpp
M Source/WebCore/xml/XPathPredicate.cpp
M Source/WebCore/xml/XPathStep.cpp
M Source/WebCore/xml/XPathUtil.cpp
M Source/WebCore/xml/XPathUtil.h
M Source/WebCore/xml/XPathValue.cpp
M Source/WebCore/xml/XPathValue.h
Log Message:
-----------
Reduce RefPtr usage in favor of Ref in XPath
https://bugs.webkit.org/show_bug.cgi?id=305262
Reviewed by Chris Dumez.
Claude AI assisted rewrite of XPath code to reduce usage of RefPtr.
Unfortunately it does depend on knowing that evaluationContext().node
is non-null, which is not immediately obvious.
Canonical link: https://commits.webkit.org/305498@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications