WebKit Bugzilla
Attachment 372143 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-20190614144624.patch (text/plain), 1.20 KB, created by
Tim Horton
on 2019-06-14 14:46:25 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2019-06-14 14:46:25 PDT
Size:
1.20 KB
patch
obsolete
>Subversion Revision: 246439 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index be102fd6f527c897fee6b4ee4f6da1a16187e712..59d4cc99f8d32ca4178d649e771b269bee8b2759 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,13 @@ >+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 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/API/Cocoa/WebKit.h: >+ Make the new API avaible 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>
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