Title: [224816] trunk/Source/WebKit
Revision
224816
Author
bfulg...@apple.com
Date
2017-11-14 08:37:29 -0800 (Tue, 14 Nov 2017)

Log Message

REGRESSION(r224799): WebKit crashes on Sierra due to sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=179656
        
Unreviewed build fix.

* WebProcess/com.apple.WebProcess.sb.in: Switch to Dan's recommended version check.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (224815 => 224816)


--- trunk/Source/WebKit/ChangeLog	2017-11-14 15:47:11 UTC (rev 224815)
+++ trunk/Source/WebKit/ChangeLog	2017-11-14 16:37:29 UTC (rev 224816)
@@ -1,3 +1,12 @@
+2017-11-14  Brent Fulgham  <bfulg...@apple.com>
+
+        REGRESSION(r224799): WebKit crashes on Sierra due to sandbox violation
+        https://bugs.webkit.org/show_bug.cgi?id=179656
+        
+        Unreviewed build fix.
+
+        * WebProcess/com.apple.WebProcess.sb.in: Switch to Dan's recommended version check.
+
 2017-11-13  Joseph Pecoraro  <pecor...@apple.com>
 
         Give a ServiceWorker WebContentProcess a different display name

Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (224815 => 224816)


--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2017-11-14 15:47:11 UTC (rev 224815)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2017-11-14 16:37:29 UTC (rev 224816)
@@ -25,7 +25,7 @@
 (deny default (with partial-symbolication))
 (allow system-audit file-read-metadata)
 
-#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 101200
+#if __MAC_OS_X_VERSION_MIN_REQUIRED < 101300
 (import "system.sb")
 #else
 ;;;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to