RESOLVED FIXED275981
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
Radar WebKit Bug Importer
Comment 1 2024-06-27 20:38:52 PDT
Gerald Squelart
Comment 2 2024-06-27 20:42:00 PDT
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.