WebKit Bugzilla
Attachment 368232 Details for
Bug 197279
: redefinition of enumerator 'NSAttachmentCharacter' with Apple internal build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
NSAttachmentCharacter-build.patch (text/plain), 1.15 KB, created by
Antti Koivisto
on 2019-04-25 04:25:15 PDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Antti Koivisto
Created:
2019-04-25 04:25:15 PDT
Size:
1.15 KB
patch
obsolete
>Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 244642) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2019-04-25 Antti Koivisto <antti@apple.com> >+ >+ redefinition of enumerator 'NSAttachmentCharacter' with Apple internal build >+ https://bugs.webkit.org/show_bug.cgi?id=197279 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * platform/mac/WebNSAttributedStringExtras.mm: >+ > 2019-04-25 Antti Koivisto <antti@apple.com> > > Visited link hash should be computed only once >Index: Source/WebCore/platform/mac/WebNSAttributedStringExtras.mm >=================================================================== >--- Source/WebCore/platform/mac/WebNSAttributedStringExtras.mm (revision 244642) >+++ Source/WebCore/platform/mac/WebNSAttributedStringExtras.mm (working copy) >@@ -27,10 +27,14 @@ > #import "WebNSAttributedStringExtras.h" > > #if PLATFORM(IOS_FAMILY) >+#if USE(APPLE_INTERNAL_SDK) >+#import <UIKit/NSTextAttachment.h> >+#else > enum { > NSAttachmentCharacter = 0xfffc /* To denote attachments. */ > }; > #endif >+#endif > > namespace WebCore { >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
graouts
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197279
: 368232