Bug 314044
| Summary: | [TestWebKitAPI] macCatalyst build is broken (FontAttributes.mm:64:89: error: 'objectForKey:' is unavailable: not available on macCatalyst) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | a_protyasha, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
```
/Tools/TestWebKitAPI/Tests/WebKit/WKWebView/FontAttributes.mm:64:89: error: 'objectForKey:' is unavailable: not available on macCatalyst
64 | NSString *fontTextStyle = [[[fontAttributes objectForKey:@"NSFont"] fontDescriptor] objectForKey:(__bridge NSString *)kCTFontDescriptorTextStyleAttribute];
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176228116>
Abrar Rahman Protyasha
*** This bug has been marked as a duplicate of bug 314043 ***