Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 454e7625081c3961cbf7b8f6163ae87122238d71
https://github.com/WebKit/WebKit/commit/454e7625081c3961cbf7b8f6163ae87122238d71
Author: Richard Robinson <[email protected]>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M Source/WTF/wtf/PlatformHave.h
M Source/WebCore/accessibility/mac/CocoaAccessibilityConstants.h
M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm
M Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm
Log Message:
-----------
[Swift in WebKit] Work towards modularizing WebCore private headers (Part 8)
https://bugs.webkit.org/show_bug.cgi?id=297917
rdar://159204255
Reviewed by Joshua Hoffman.
The `CocoaAccessibilityConstants.h` file contains several definitions of
constants that already exist in the SDK in AppKit.
The module verifier therefore considers these as violations.
Fix by removing all the duplicate definitions, guarding behind API availability
when needed.
* Source/WTF/wtf/PlatformHave.h:
* Source/WebCore/accessibility/mac/CocoaAccessibilityConstants.h:
Canonical link: https://commits.webkit.org/299184@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes