Title: [266426] branches/safari-610-branch/Source/WebKit
Revision
266426
Author
[email protected]
Date
2020-09-01 18:18:59 -0700 (Tue, 01 Sep 2020)

Log Message

Cherry-pick r266238. rdar://problem/68161715

    Unreviewed, add missing double quote in r266216.

    * WebProcess/com.apple.WebProcess.sb.in:

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

Modified Paths

Diff

Modified: branches/safari-610-branch/Source/WebKit/ChangeLog (266425 => 266426)


--- branches/safari-610-branch/Source/WebKit/ChangeLog	2020-09-02 01:18:57 UTC (rev 266425)
+++ branches/safari-610-branch/Source/WebKit/ChangeLog	2020-09-02 01:18:59 UTC (rev 266426)
@@ -1,5 +1,21 @@
 2020-09-01  Alan Coon  <[email protected]>
 
+        Cherry-pick r266238. rdar://problem/68161715
+
+    Unreviewed, add missing double quote in r266216.
+    
+    * WebProcess/com.apple.WebProcess.sb.in:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266238 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-08-27  Chris Dumez  <[email protected]>
+
+            Unreviewed, add missing double quote in r266216.
+
+            * WebProcess/com.apple.WebProcess.sb.in:
+
+2020-09-01  Alan Coon  <[email protected]>
+
         Cherry-pick r266216. rdar://problem/68161715
 
     [macOS] Stop logging sandbox violations of com.apple.CoreDisplay.Notification

Modified: branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (266425 => 266426)


--- branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-09-02 01:18:57 UTC (rev 266425)
+++ branches/safari-610-branch/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in	2020-09-02 01:18:59 UTC (rev 266426)
@@ -767,7 +767,7 @@
 
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
 (deny mach-lookup (with no-log)
-    (global-name "com.apple.CoreDisplay.Notification))
+    (global-name "com.apple.CoreDisplay.Notification"))
 #endif
 
 #if __MAC_OS_X_VERSION_MIN_REQUIRED < 110000
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to