Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d562a2efb288cd304234f66670e60bddd7945f41
https://github.com/WebKit/WebKit/commit/d562a2efb288cd304234f66670e60bddd7945f41
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-22 (Sun, 22 Feb 2026)
Changed paths:
M Source/WebCore/dom/TreeScope.cpp
Log Message:
-----------
Fix the safer C++ warning in TreeScope::elementsFromPoint
https://bugs.webkit.org/show_bug.cgi?id=308427
Reviewed by Antoine Quint.
Replace a raw pointer to PseudoElement with a RefPtr.
No new tests since there should be no behavioral changes.
* Source/WebCore/dom/TreeScope.cpp:
(WebCore::TreeScope::elementsFromPoint):
Canonical link: https://commits.webkit.org/308006@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications