Title: [247638] tags/Safari-608.1.36.0.1/Source/WebKit
Revision
247638
Author
bshaf...@apple.com
Date
2019-07-18 23:07:19 -0700 (Thu, 18 Jul 2019)

Log Message

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

    [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: tags/Safari-608.1.36.0.1/Source/WebKit/ChangeLog (247637 => 247638)


--- tags/Safari-608.1.36.0.1/Source/WebKit/ChangeLog	2019-07-19 06:05:26 UTC (rev 247637)
+++ tags/Safari-608.1.36.0.1/Source/WebKit/ChangeLog	2019-07-19 06:07:19 UTC (rev 247638)
@@ -1,3 +1,28 @@
+2019-07-18  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r247494. rdar://problem/53036744
+
+    [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-15  Alan Coon  <alanc...@apple.com>
 
         Revert r247377. rdar://problem/53125241

Modified: tags/Safari-608.1.36.0.1/Source/WebKit/Shared/API/Cocoa/WebKit.h (247637 => 247638)


--- tags/Safari-608.1.36.0.1/Source/WebKit/Shared/API/Cocoa/WebKit.h	2019-07-19 06:05:26 UTC (rev 247637)
+++ tags/Safari-608.1.36.0.1/Source/WebKit/Shared/API/Cocoa/WebKit.h	2019-07-19 06:07:19 UTC (rev 247638)
@@ -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