Title: [291869] trunk/Source/WebKit
Revision
291869
Author
msab...@apple.com
Date
2022-03-25 11:39:20 -0700 (Fri, 25 Mar 2022)

Log Message

Unreviewed, fix the internal iOS build after r291814
rdar://90848250

Removed extraneous double quote (") in com.apple.WebKit.WebContent.sb.in.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (291868 => 291869)


--- trunk/Source/WebKit/ChangeLog	2022-03-25 18:29:53 UTC (rev 291868)
+++ trunk/Source/WebKit/ChangeLog	2022-03-25 18:39:20 UTC (rev 291869)
@@ -1,3 +1,12 @@
+2022-03-25  Michael Saboff  <msab...@apple.com>
+
+        Unreviewed, fix the internal iOS build after r291814
+        rdar://90848250
+
+        Removed extraneous double quote (") in com.apple.WebKit.WebContent.sb.in.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in:
+
 2022-03-25  Chris Dumez  <cdu...@apple.com>
 
         Start preparing WebCore for making the String(const char*) constructor explicit

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in (291868 => 291869)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-03-25 18:29:53 UTC (rev 291868)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in	2022-03-25 18:39:20 UTC (rev 291869)
@@ -1664,7 +1664,7 @@
     (apply subpath file-read-existence-secondary-paths))
 
 (allow file-map-executable
-    (apply subpath "secondary-framework-and-dylib-paths))
+    (apply subpath secondary-framework-and-dylib-paths))
 
 (allow-read-and-issue-generic-extensions
     (apply subpath issue-extension-secondary-paths))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to