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
275981
Tools/TestWebKitAPI/Tests/WebKitCocoa/WritingTools.mm:130:20: error: instance method '-_setAttachmentElementEnabled:' not found
https://bugs.webkit.org/show_bug.cgi?id=275981
Summary
Tools/TestWebKitAPI/Tests/WebKitCocoa/WritingTools.mm:130:20: error: instance...
Gerald Squelart
Reported
2024-06-27 20:38:42 PDT
``` TestWebKitAPILibrary CompileC UnifiedSource41-mm.o In file included from /Volumes/WebKit/OpenSource/WebKitBuild/Release/DerivedSources/TestWebKitAPI/unified-sources/UnifiedSource41-mm.mm:1: /Volumes/WebKit/OpenSource/Tools/TestWebKitAPI/Tests/WebKitCocoa/WritingTools.mm:130:20: error: instance method '-_setAttachmentElementEnabled:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access] 130 | [configuration _setAttachmentElementEnabled:attachmentElementEnabled]; ``` Missing an `#import <WebKit/WKWebViewConfigurationPrivate.h>`, probably due to unrelated change affecting unified builds.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-06-27 20:38:52 PDT
<
rdar://problem/130725061
>
Gerald Squelart
Comment 2
2024-06-27 20:42:00 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/30256
EWS
Comment 3
2024-06-27 20:47:10 PDT
Committed
280441@main
(ffe70b064140): <
https://commits.webkit.org/280441@main
> Reviewed commits have been landed. Closing PR #30256 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