Title: [225801] trunk/Source/WebKit
Revision
225801
Author
[email protected]
Date
2017-12-12 13:16:36 -0800 (Tue, 12 Dec 2017)

Log Message

Unreviewed build fix after r225763.

Remove dangling close-parentheses character.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (225800 => 225801)


--- trunk/Source/WebKit/ChangeLog	2017-12-12 21:11:11 UTC (rev 225800)
+++ trunk/Source/WebKit/ChangeLog	2017-12-12 21:16:36 UTC (rev 225801)
@@ -1,3 +1,11 @@
+2017-12-12  Brent Fulgham  <[email protected]>
+
+        Unreviewed build fix after r225763.
+
+        Remove dangling close-parentheses character.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2017-12-12  Zach Li  <[email protected]>
 
         [WK2] Expose image via WKBundleHitTestResult API.

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (225800 => 225801)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2017-12-12 21:11:11 UTC (rev 225800)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2017-12-12 21:16:36 UTC (rev 225801)
@@ -318,7 +318,7 @@
 (allow-create-directory
     (home-literal "/Library/Caches/com.apple.DictionaryServices"))
 
-(allow-network-common))
+(allow-network-common)
 
 ; <rdar://problem/8548856> Sub-TLF: Sandbox change for apps for read-only access to the dictionary directory/data
 (allow file-read*
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to