Title: [230615] tags/Safari-606.1.13/Source/WebKit
Revision
230615
Author
kocsen_ch...@apple.com
Date
2018-04-12 17:02:48 -0700 (Thu, 12 Apr 2018)

Log Message

Cherry-pick r230609. rdar://problem/39398181

    Fix the MOBILE_WIFI build
    https://bugs.webkit.org/show_bug.cgi?id=184571
    -and corresponding-
    <rdar://problem/39398181>

    Reviewed by Jer Noble.

    * config.h:

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

Modified Paths

Diff

Modified: tags/Safari-606.1.13/Source/WebKit/ChangeLog (230614 => 230615)


--- tags/Safari-606.1.13/Source/WebKit/ChangeLog	2018-04-13 00:02:46 UTC (rev 230614)
+++ tags/Safari-606.1.13/Source/WebKit/ChangeLog	2018-04-13 00:02:48 UTC (rev 230615)
@@ -1,5 +1,33 @@
 2018-04-12  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        Cherry-pick r230609. rdar://problem/39398181
+
+    Fix the MOBILE_WIFI build
+    https://bugs.webkit.org/show_bug.cgi?id=184571
+    -and corresponding-
+    <rdar://problem/39398181>
+    
+    Reviewed by Jer Noble.
+    
+    * config.h:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230609 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-04-12  Beth Dakin  <bda...@apple.com>
+
+            Fix the MOBILE_WIFI build
+            https://bugs.webkit.org/show_bug.cgi?id=184571
+            -and corresponding-
+            <rdar://problem/39398181>
+
+            Reviewed by Jer Noble.
+
+            * config.h:
+
+2018-04-12  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r230606. rdar://problem/39386359
 
     Use -iframework to ensure that frameworks from user paths and system paths are 

Modified: tags/Safari-606.1.13/Source/WebKit/config.h (230614 => 230615)


--- tags/Safari-606.1.13/Source/WebKit/config.h	2018-04-13 00:02:46 UTC (rev 230614)
+++ tags/Safari-606.1.13/Source/WebKit/config.h	2018-04-13 00:02:48 UTC (rev 230615)
@@ -126,7 +126,7 @@
 #endif
 
 #ifndef HAVE_MOBILE_WIFI
-#if PLATFORM(IOS) && !TARGET_OS_SIMULATOR && USE(APPLE_INTERNAL_SDK)
+#if PLATFORM(IOS) && !TARGET_OS_SIMULATOR && !ENABLE(MINIMAL_SIMULATOR) && USE(APPLE_INTERNAL_SDK)
 #define HAVE_MOBILE_WIFI 1
 #else
 #define HAVE_MOBILE_WIFI 0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to