Title: [224805] trunk/Source/WebKit
- Revision
- 224805
- Author
- [email protected]
- Date
- 2017-11-13 23:26:35 -0800 (Mon, 13 Nov 2017)
Log Message
REGRESSION(r224799): WebKit crashes at launch on macOS Sierra due to a sandbox violation
https://bugs.webkit.org/show_bug.cgi?id=179656
Unreviewed. Revert r224799 on macOS Sierra.
* WebProcess/com.apple.WebProcess.sb.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (224804 => 224805)
--- trunk/Source/WebKit/ChangeLog 2017-11-14 06:21:43 UTC (rev 224804)
+++ trunk/Source/WebKit/ChangeLog 2017-11-14 07:26:35 UTC (rev 224805)
@@ -1,3 +1,12 @@
+2017-11-13 Ryosuke Niwa <[email protected]>
+
+ REGRESSION(r224799): WebKit crashes at launch on macOS Sierra due to a sandbox violation
+ https://bugs.webkit.org/show_bug.cgi?id=179656
+
+ Unreviewed. Revert r224799 on macOS Sierra.
+
+ * WebProcess/com.apple.WebProcess.sb.in:
+
2017-11-13 Chris Dumez <[email protected]>
Send ServiceWorkerData structs to the WebProcesses instead of ServiceWorkerIdentifiers
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (224804 => 224805)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2017-11-14 06:21:43 UTC (rev 224804)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2017-11-14 07:26:35 UTC (rev 224805)
@@ -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 <= 101200
(import "system.sb")
#else
;;;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes