Title: [185557] trunk/Source/WebKit2
Revision
185557
Author
[email protected]
Date
2015-06-15 11:08:11 -0700 (Mon, 15 Jun 2015)

Log Message

REGRESSION (r185298): Databases service has Web Content service’s entitlements
https://bugs.webkit.org/show_bug.cgi?id=145980

Reviewed by Darin Adler.

* Configurations/DatabaseService.xcconfig: Set WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE to
Databases-iOS.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (185556 => 185557)


--- trunk/Source/WebKit2/ChangeLog	2015-06-15 18:07:02 UTC (rev 185556)
+++ trunk/Source/WebKit2/ChangeLog	2015-06-15 18:08:11 UTC (rev 185557)
@@ -1,3 +1,13 @@
+2015-06-15  Dan Bernstein  <[email protected]>
+
+        REGRESSION (r185298): Databases service has Web Content service’s entitlements
+        https://bugs.webkit.org/show_bug.cgi?id=145980
+
+        Reviewed by Darin Adler.
+
+        * Configurations/DatabaseService.xcconfig: Set WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE to
+        Databases-iOS.
+
 2015-06-11  Jon Lee  <[email protected]>
 
         [WK2] Add allowsPictureInPictureMediaPlayback

Modified: trunk/Source/WebKit2/Configurations/DatabaseService.xcconfig (185556 => 185557)


--- trunk/Source/WebKit2/Configurations/DatabaseService.xcconfig	2015-06-15 18:07:02 UTC (rev 185556)
+++ trunk/Source/WebKit2/Configurations/DatabaseService.xcconfig	2015-06-15 18:08:11 UTC (rev 185557)
@@ -24,7 +24,7 @@
 #include "BaseXPCService.xcconfig"
 
 WK_XPC_SERVICE_VARIANT = Normal;
-WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE = WebContent-iOS;
+WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE = Databases-iOS;
 
 PRODUCT_NAME = com.apple.WebKit.Databases;
 INFOPLIST_FILE = DatabaseProcess/EntryPoint/mac/XPCService/DatabaseService/Info.plist;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to