WebKit Bugzilla
Attachment 372147 Details for
Bug 198869
: WebKit's NSAttributedString.h is not included in the WebKit.h umbrella header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198869-20190614150228.patch (text/plain), 1.72 KB, created by
Tim Horton
on 2019-06-14 15:02:29 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2019-06-14 15:02:29 PDT
Size:
1.72 KB
patch
obsolete
>Subversion Revision: 246439 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index be102fd6f527c897fee6b4ee4f6da1a16187e712..b96590e469ab9e491bbf428448cc2b82b51dc482 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,14 @@ >+2019-06-14 Tim Horton <timothy_horton@apple.com> >+ >+ WebKit's NSAttributedString.h is not included in the WebKit.h umbrella header >+ https://bugs.webkit.org/show_bug.cgi?id=198869 >+ <rdar://problem/51754437> >+ >+ Reviewed by Timothy Hatcher. >+ >+ * Shared/API/Cocoa/WebKit.h: >+ Make the new API available to modularized clients and folks who just import WebKit.h >+ > 2019-06-13 Megan Gardner <megan_gardner@apple.com> > > Fix selection hang in Mail >diff --git a/Source/WebKit/Shared/API/Cocoa/WebKit.h b/Source/WebKit/Shared/API/Cocoa/WebKit.h >index 9a27b819caa1791b0d3a1b4d4ce2f89951abd030..a1f7b0d24284680261df4374f423be6e3b1f3448 100644 >--- a/Source/WebKit/Shared/API/Cocoa/WebKit.h >+++ b/Source/WebKit/Shared/API/Cocoa/WebKit.h >@@ -23,6 +23,7 @@ > * THE POSSIBILITY OF SUCH DAMAGE. > */ > >+#import <WebKit/NSAttributedString.h> > #import <WebKit/WKBackForwardList.h> > #import <WebKit/WKBackForwardListItem.h> > #import <WebKit/WKContentRuleList.h> >diff --git a/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h b/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h >index 435d8eaed52f3435d84b054471b555f88d1a2541..0b1ba480703f045509340d69bb6a6cdc2be1348c 100644 >--- a/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h >+++ b/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h >@@ -23,6 +23,7 @@ > * THE POSSIBILITY OF SUCH DAMAGE. > */ > >+#import <Foundation/Foundation.h> > #import <WebKit/WKFoundation.h> > > #if TARGET_OS_IPHONE
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198869
:
372143
|
372146
| 372147