Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7df83eacb17bac655a7add4c15bb3eccf4e0ad8f
https://github.com/WebKit/WebKit/commit/7df83eacb17bac655a7add4c15bb3eccf4e0ad8f
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-03-19 (Thu, 19 Mar 2026)
Changed paths:
M Source/WebKit/Modules/Internal/module.modulemap
A Source/WebKit/UIProcess/Cocoa/NSGlassEffectView+Extras.h
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
REGRESSION(309541@main): Broke internal macOS builds (value of type
'NSGlassEffectView' has no member 'usesDefaultConfiguration')
https://bugs.webkit.org/show_bug.cgi?id=310272
rdar://172906840
Unreviewed build fix.
The ENABLE_NSGLASSEFFECTVIEW_USES_DEFAULT_CONFIGURATION build does tries
to access `usesDefaultConfiguration` exposed in NSGlassEffectView+Extras,
but is unable to do so because we did not teach the module map about it.
* Source/WebKit/Modules/Internal/module.modulemap:
* Source/WebKit/UIProcess/Cocoa/NSGlassEffectView+Extras.h: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/309546@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications