Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cc40c94564c8034f20645f41b3ea567a1802ff32
https://github.com/WebKit/WebKit/commit/cc40c94564c8034f20645f41b3ea567a1802ff32
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-04-02 (Thu, 02 Apr 2026)
Changed paths:
M Source/WTF/wtf/cocoa/SoftLinking.h
M Source/WebCore/PAL/pal/cocoa/UsageTrackingSoftLink.h
M Source/WebCore/PAL/pal/spi/cocoa/AccessibilitySupportSoftLink.h
Log Message:
-----------
_AXSIsolatedTreeModeFunctionIsAvailable definition in UsageTrackingSoftLink.h
is duplicative
https://bugs.webkit.org/show_bug.cgi?id=311308
rdar://173901954
Reviewed by Megan Gardner, Tyler Wilcock, and Lily Spiniolas.
The macro is defined in AccessibilitySupportSoftLink.h, which is a more
appropriate home for it. This patch removes the definition from
UsageTrackingSoftLink.h.
Furthermore, we fix the "libary" typo in the library softlinking macro.
Finally, _AXSIsolatedTreeModeFunctionIsAvailable is best expressed as a
function call, so we make it a function macro in this patch.
* Source/WTF/wtf/cocoa/SoftLinking.h:
* Source/WebCore/PAL/pal/cocoa/UsageTrackingSoftLink.h:
* Source/WebCore/PAL/pal/spi/cocoa/AccessibilitySupportSoftLink.h:
Canonical link: https://commits.webkit.org/310489@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications