Bug 275981
| Summary: | Tools/TestWebKitAPI/Tests/WebKitCocoa/WritingTools.mm:130:20: error: instance method '-_setAttachmentElementEnabled:' not found | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gerald Squelart <g_squelart> |
| Component: | HTML Editing | Assignee: | Gerald Squelart <g_squelart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Gerald Squelart
```
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
<rdar://problem/130725061>
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/30256
EWS
Committed 280441@main (ffe70b064140): <https://commits.webkit.org/280441@main>
Reviewed commits have been landed. Closing PR #30256 and removing active labels.