Changeset 244643 in webkit
- Timestamp:
- Apr 25, 2019, 4:29:14 AM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r244642 r244643 1 2019-04-25 Antti Koivisto <antti@apple.com> 2 3 redefinition of enumerator 'NSAttachmentCharacter' with Apple internal build 4 https://bugs.webkit.org/show_bug.cgi?id=197279 5 6 Reviewed by Antoine Quint. 7 8 Try to fix the build. 9 10 * platform/mac/WebNSAttributedStringExtras.mm: 11 1 12 2019-04-25 Antti Koivisto <antti@apple.com> 2 13 -
trunk/Source/WebCore/platform/mac/WebNSAttributedStringExtras.mm
r237266 r244643 28 28 29 29 #if PLATFORM(IOS_FAMILY) 30 #if USE(APPLE_INTERNAL_SDK) 31 #import <UIKit/NSTextAttachment.h> 32 #else 30 33 enum { 31 34 NSAttachmentCharacter = 0xfffc /* To denote attachments. */ 32 35 }; 36 #endif 33 37 #endif 34 38
Note:
See TracChangeset
for help on using the changeset viewer.