WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
314042
[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
Summary
[TestWebKitAPI] macCatalyst build is broken (FullscreenVideoTextRecognition.m...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-04 18:36:49 PDT
<
rdar://problem/176228203
>
Abrar Rahman Protyasha
Comment 2
2026-05-04 18:56:22 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64233
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.
Top of Page
Format For Printing
XML
Clone This Bug