Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d1fe86c49d8d6cbab12b0694cfb224b9b93011b5
https://github.com/WebKit/WebKit/commit/d1fe86c49d8d6cbab12b0694cfb224b9b93011b5
Author: Joshua Hoffman <[email protected]>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M Source/WebCore/accessibility/AccessibilityObject.cpp
Log Message:
-----------
AX: Page needs to be null-checked in focusedUIElementInAnyLocalFrame
https://bugs.webkit.org/show_bug.cgi?id=302022
rdar://164088439
Reviewed by Chris Fleizach and Tyler Wilcock.
The null check for `page` in this method was removed when it was re-written
in 300491@main. This adds it back to avoid crashing.
* Source/WebCore/accessibility/AccessibilityObject.cpp:
(WebCore::AccessibilityObject::focusedUIElementInAnyLocalFrame const):
Canonical link: https://commits.webkit.org/302620@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications