Title: [240735] branches/safari-607-branch/Source/WebKit
Revision
240735
Author
[email protected]
Date
2019-01-30 15:34:01 -0800 (Wed, 30 Jan 2019)

Log Message

Cherry-pick r240733. rdar://problem/47683434

    [macOS] Sandbox fails to compile on 10.12
    https://bugs.webkit.org/show_bug.cgi?id=194035
    <rdar://problem/47651260>

    Reviewed by Brent Fulgham.

    This was caused by the commit <https://trac.webkit.org/changeset/239994>, which is only valid for
    10.14 and later.

    * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
    * WebProcess/com.apple.WebProcess.sb.in:

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

Modified Paths

Diff

Modified: branches/safari-607-branch/Source/WebKit/ChangeLog (240734 => 240735)


--- branches/safari-607-branch/Source/WebKit/ChangeLog	2019-01-30 23:33:57 UTC (rev 240734)
+++ branches/safari-607-branch/Source/WebKit/ChangeLog	2019-01-30 23:34:01 UTC (rev 240735)
@@ -1,3 +1,36 @@
+2019-01-30  Alan Coon  <[email protected]>
+
+        Cherry-pick r240733. rdar://problem/47683434
+
+    [macOS] Sandbox fails to compile on 10.12
+    https://bugs.webkit.org/show_bug.cgi?id=194035
+    <rdar://problem/47651260>
+    
+    Reviewed by Brent Fulgham.
+    
+    This was caused by the commit <https://trac.webkit.org/changeset/239994>, which is only valid for
+    10.14 and later.
+    
+    * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240733 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-01-30  Per Arne Vollan  <[email protected]>
+
+            [macOS] Sandbox fails to compile on 10.12
+            https://bugs.webkit.org/show_bug.cgi?id=194035
+            <rdar://problem/47651260>
+
+            Reviewed by Brent Fulgham.
+
+            This was caused by the commit <https://trac.webkit.org/changeset/239994>, which is only valid for
+            10.14 and later.
+
+            * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
+            * WebProcess/com.apple.WebProcess.sb.in:
+
 2019-01-29  Alan Coon  <[email protected]>
 
         Cherry-pick r240659. rdar://problem/47639406

Modified: branches/safari-607-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in (240734 => 240735)


--- branches/safari-607-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2019-01-30 23:33:57 UTC (rev 240734)
+++ branches/safari-607-branch/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in	2019-01-30 23:34:01 UTC (rev 240735)
@@ -160,8 +160,10 @@
 )
 #endif
 
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
 ;; <rdar://problem/47268166>
 (allow mach-lookup (xpc-service-name "com.apple.MTLCompilerService"))
+#endif
 
 ;; Utility functions
 (define (home-literal home-relative-literal)

Modified: branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (240734 => 240735)


--- branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-30 23:33:57 UTC (rev 240734)
+++ branches/safari-607-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2019-01-30 23:34:01 UTC (rev 240735)
@@ -608,8 +608,10 @@
 #endif
 )
 
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400
 ;; <rdar://problem/47268166>
 (allow mach-lookup (xpc-service-name "com.apple.MTLCompilerService"))
+#endif
 
 (allow mach-lookup (with report)
     (global-name "com.apple.FileCoordination")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to