Bug 314042

Summary: [TestWebKitAPI] macCatalyst build is broken (FullscreenVideoTextRecognition.mm:184:11: error: instance method '-sendKey:code:isDown:modifiers:' not found)
Product: WebKit Reporter: Abrar Rahman Protyasha <a_protyasha>
Component: New BugsAssignee: Abrar Rahman Protyasha <a_protyasha>
Status: RESOLVED FIXED    
Severity: Normal CC: a_protyasha, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Abrar Rahman Protyasha
Reported 2026-05-04 18:36:42 PDT
``` /Tools/TestWebKitAPI/Tests/WebKit/WKWebView/FullscreenVideoTextRecognition.mm:184:11: error: instance method '-sendKey:code:isDown:modifiers:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access] 184 | [self sendKey:@"\x1B" code:0x35 isDown:YES modifiers:0]; /Tools/TestWebKitAPI/Tests/WebKit/WKWebView/FullscreenVideoTextRecognition.mm:70:12: note: receiver is instance of class declared here 70 | @interface FullscreenVideoTextRecognitionWebView : TestWKWebView /Tools/TestWebKitAPI/Tests/WebKit/WKWebView/FullscreenVideoTextRecognition.mm:185:11: error: instance method '-sendKey:code:isDown:modifiers:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access] 185 | [self sendKey:@"\x1B" code:0x35 isDown:NO modifiers:0]; /Tools/TestWebKitAPI/Tests/WebKit/WKWebView/FullscreenVideoTextRecognition.mm:70:12: note: receiver is instance of class declared here 70 | @interface FullscreenVideoTextRecognitionWebView : TestWKWebView 2 errors generated. ```
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-04 18:36:49 PDT
Abrar Rahman Protyasha
Comment 2 2026-05-04 18:56:22 PDT
EWS
Comment 3 2026-05-06 01:48:20 PDT
Committed 312676@main (ef9665923e25): <https://commits.webkit.org/312676@main> Reviewed commits have been landed. Closing PR #64233 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.