Title: [232414] trunk/Source/WebKit
Revision
232414
Author
[email protected]
Date
2018-06-01 13:52:48 -0700 (Fri, 01 Jun 2018)

Log Message

Unreviewed, build fix for r232276.

iOS sandbox profiles don't preprocess macros. Therefore, remove the whole
macro condition block.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (232413 => 232414)


--- trunk/Source/WebKit/ChangeLog	2018-06-01 20:41:04 UTC (rev 232413)
+++ trunk/Source/WebKit/ChangeLog	2018-06-01 20:52:48 UTC (rev 232414)
@@ -1,3 +1,12 @@
+2018-06-01  Jiewen Tan  <[email protected]>
+
+        Unreviewed, build fix for r232276.
+
+        iOS sandbox profiles don't preprocess macros. Therefore, remove the whole
+        macro condition block.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:
+
 2018-06-01  Sihui Liu  <[email protected]>
 
         Stop using StorageTracker.db in LocalStorageDatabaseTracker

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (232413 => 232414)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2018-06-01 20:41:04 UTC (rev 232413)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb	2018-06-01 20:52:48 UTC (rev 232414)
@@ -74,9 +74,6 @@
 
 ;; Security framework
 (allow mach-lookup
-#if !HAVE(SEC_KEY_PROXY)
-    (global-name "com.apple.accountsd.accountmanager")
-#endif
     (global-name "com.apple.ocspd")
     (global-name "com.apple.securityd"))
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to