Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5948fe823902c3f5e224040d0c9ff09e339a1133
https://github.com/WebKit/WebKit/commit/5948fe823902c3f5e224040d0c9ff09e339a1133
Author: Lauro Moura <[email protected]>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M Source/WebCore/accessibility/atspi/AccessibilityObjectAtspi.cpp
Log Message:
-----------
[ATSPI] Add missing RenderElementInlines.h to AccessibilityObjectAtspi.cpp
https://bugs.webkit.org/show_bug.cgi?id=309353
Reviewed by Claudio Saavedra.
While not failing in regular builds, using flags like
`--allow-multiple-definition` might lead to the linker failing to find
a proper definition of the inline RenderElement::isAnonymousBlock() for
AccessibilityObject::accessibilityPlatformIncludesObject.
To fix this, make the file include the inlines it actually requires.
* Source/WebCore/accessibility/atspi/AccessibilityObjectAtspi.cpp:
Canonical link: https://commits.webkit.org/308810@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications