Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e03b1b975a22b875bacdc1dbcf5b6206b6095079
https://github.com/WebKit/WebKit/commit/e03b1b975a22b875bacdc1dbcf5b6206b6095079
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebCore/cocoa/CaptionPreferencesTests.mm
Log Message:
-----------
REGRESSION(303293@main): Broke watchOS debug build
('UIContextMenuInteractionDelegate' is unavailable)
https://bugs.webkit.org/show_bug.cgi?id=309837
rdar://172417044
Unreviewed build fix.
TWKAPI was not building on watchOS because `TestContextMenuDelegate` in
CaptionPreferencesTests.mm adhered to UIContextMenuInteractionDelegate,
which is not available on watchOS.
On a second read, this delegate is not used at all in the test suite, so
let's just remove it.
* Tools/TestWebKitAPI/Tests/WebCore/cocoa/CaptionPreferencesTests.mm:
(-[TestContextMenuDelegate
contextMenuInteraction:configurationForMenuAtLocation:]): Deleted.
Canonical link: https://commits.webkit.org/309185@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications