Title: [247598] branches/safari-608-branch/Source/WebKit
Revision
247598
Author
kocsen_ch...@apple.com
Date
2019-07-18 13:24:12 -0700 (Thu, 18 Jul 2019)

Log Message

Cherry-pick r247494. rdar://problem/53229554

    [macCatalyst] Do not include WebKitLegacy.h in WebKit.h
    https://bugs.webkit.org/show_bug.cgi?id=199833
    <rdar://problem/53036744>

    Reviewed by Tim Horton.

    * Shared/API/Cocoa/WebKit.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247494 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-608-branch/Source/WebKit/ChangeLog (247597 => 247598)


--- branches/safari-608-branch/Source/WebKit/ChangeLog	2019-07-18 20:24:09 UTC (rev 247597)
+++ branches/safari-608-branch/Source/WebKit/ChangeLog	2019-07-18 20:24:12 UTC (rev 247598)
@@ -1,5 +1,30 @@
 2019-07-17  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        Cherry-pick r247494. rdar://problem/53229554
+
+    [macCatalyst] Do not include WebKitLegacy.h in WebKit.h
+    https://bugs.webkit.org/show_bug.cgi?id=199833
+    <rdar://problem/53036744>
+    
+    Reviewed by Tim Horton.
+    
+    * Shared/API/Cocoa/WebKit.h:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247494 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-07-16  Andy Estes  <aes...@apple.com>
+
+            [macCatalyst] Do not include WebKitLegacy.h in WebKit.h
+            https://bugs.webkit.org/show_bug.cgi?id=199833
+            <rdar://problem/53036744>
+
+            Reviewed by Tim Horton.
+
+            * Shared/API/Cocoa/WebKit.h:
+
+2019-07-17  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r247490. rdar://problem/53229559
 
     NSTextFinder holes don't scroll with the page

Modified: branches/safari-608-branch/Source/WebKit/Shared/API/Cocoa/WebKit.h (247597 => 247598)


--- branches/safari-608-branch/Source/WebKit/Shared/API/Cocoa/WebKit.h	2019-07-18 20:24:09 UTC (rev 247597)
+++ branches/safari-608-branch/Source/WebKit/Shared/API/Cocoa/WebKit.h	2019-07-18 20:24:12 UTC (rev 247598)
@@ -58,4 +58,7 @@
 #import <WebKit/WKWebsiteDataRecord.h>
 #import <WebKit/WKWebsiteDataStore.h>
 #import <WebKit/WKWindowFeatures.h>
+
+#if !defined(TARGET_OS_IOSMAC) || !TARGET_OS_IOSMAC
 #import <WebKit/WebKitLegacy.h>
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to