Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ef9665923e250f4a380931c7a6b30db4adca344b
https://github.com/WebKit/WebKit/commit/ef9665923e250f4a380931c7a6b30db4adca344b
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-05-06 (Wed, 06 May 2026)
Changed paths:
M
Tools/TestWebKitAPI/Tests/WebKit/WKWebView/FullscreenVideoTextRecognition.mm
Log Message:
-----------
[TestWebKitAPI] macCatalyst build is broken
(FullscreenVideoTextRecognition.mm:184:11: error: instance method
'-sendKey:code:isDown:modifiers:' not found)
https://bugs.webkit.org/show_bug.cgi?id=314042
rdar://176228203
Reviewed by Aditya Keerthi.
Use PLATFORM(IOS_FAMILY) instead of PLATFORM(IOS) so macCatalyst takes
the UIKit fullscreen exit path rather than the AppKit path, which uses
-sendKey:code:isDown:modifiers: (which is not available on macCatalyst).
* Tools/TestWebKitAPI/Tests/WebKit/WKWebView/FullscreenVideoTextRecognition.mm:
(-[FullscreenVideoTextRecognitionWebView dismissFullscreen]):
Canonical link: https://commits.webkit.org/312676@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications