Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 959829501d2d541ed13193ca8c57489571e871dc
https://github.com/WebKit/WebKit/commit/959829501d2d541ed13193ca8c57489571e871dc
Author: Adrian Taylor <[email protected]>
Date: 2026-05-08 (Fri, 08 May 2026)
Changed paths:
M Source/WebCore/platform/graphics/x11/XErrorTrapper.h
Log Message:
-----------
[Swift GTK] Undefined Success
https://bugs.webkit.org/show_bug.cgi?id=314395
Reviewed by Adrian Perez de Castro.
The X11 header defines Success. This causes difficulty when this header is
transitively included in some Swift/C++ import scenarios, since the definition
of Success causes problems interpreting the 'Success' case of other enums
across the codebase. Undefine Success since we don't currently need it.
Canonical link: https://commits.webkit.org/312878@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications