Bug 233139

Summary: Build fix for <UIKit/NSTextList.h> adding NSTextListMarker constants
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebCore Misc.Assignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 none

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 ***