Title: [246447] trunk/Source/WebKit
Revision
246447
Author
[email protected]
Date
2019-06-14 15:50:00 -0700 (Fri, 14 Jun 2019)

Log Message

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (246446 => 246447)


--- trunk/Source/WebKit/ChangeLog	2019-06-14 21:39:07 UTC (rev 246446)
+++ trunk/Source/WebKit/ChangeLog	2019-06-14 22:50:00 UTC (rev 246447)
@@ -1,3 +1,14 @@
+2019-06-14  Tim Horton  <[email protected]>
+
+        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-14  Jiewen Tan  <[email protected]>
 
         Disable AppSSO for web processes and plugin processes

Modified: trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h (246446 => 246447)


--- trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h	2019-06-14 21:39:07 UTC (rev 246446)
+++ trunk/Source/WebKit/Shared/API/Cocoa/WebKit.h	2019-06-14 22:50:00 UTC (rev 246447)
@@ -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>

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h (246446 => 246447)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h	2019-06-14 21:39:07 UTC (rev 246446)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/NSAttributedString.h	2019-06-14 22:50:00 UTC (rev 246447)
@@ -23,6 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#import <Foundation/Foundation.h>
 #import <WebKit/WKFoundation.h>
 
 #if TARGET_OS_IPHONE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to