Bug 233139 - Build fix for <UIKit/NSTextList.h> adding NSTextListMarker constants
Summary: Build fix for <UIKit/NSTextList.h> adding NSTextListMarker constants
Status: RESOLVED DUPLICATE of bug 233064
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-11-15 11:13 PST by David Kilzer (:ddkilzer)
Modified: 2021-11-15 11:33 PST (History)
1 user (show)

See Also:


Attachments
Patch v1 (4.84 KB, patch)
2021-11-15 11:27 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2021-11-15 11:13:57 PST
Build fix for <UIKit/NSTextList.h> adding NSTextListMarker constants.

The internal, private header named <UIKit/NSTextList.h> added the NSTextListMarker constants list in Source/WebCore/PAL/pal/spi/cocoa/NSAttributedStringSPI.h, which is causing some internal builds to fail.
Comment 1 Radar WebKit Bug Importer 2021-11-15 11:14:40 PST
<rdar://problem/85420881>
Comment 2 David Kilzer (:ddkilzer) 2021-11-15 11:27:52 PST
Created attachment 444281 [details]
Patch v1
Comment 3 David Kilzer (:ddkilzer) 2021-11-15 11:30:21 PST
(In reply to David Kilzer (:ddkilzer) from comment #2)
> Created attachment 444281 [details]
> Patch v1

Looks like this may already be fixed.
Comment 4 David Kilzer (:ddkilzer) 2021-11-15 11:33:56 PST
Dupe of:  Bug 233064

*** This bug has been marked as a duplicate of bug 233064 ***