Changeset 185557 in webkit


Ignore:
Timestamp:
Jun 15, 2015 11:08:11 AM (9 years ago)
Author:
mitz@apple.com
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.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r185556 r185557  
     12015-06-15  Dan Bernstein  <mitz@apple.com>
     2
     3        REGRESSION (r185298): Databases service has Web Content service’s entitlements
     4        https://bugs.webkit.org/show_bug.cgi?id=145980
     5
     6        Reviewed by Darin Adler.
     7
     8        * Configurations/DatabaseService.xcconfig: Set WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE to
     9        Databases-iOS.
     10
    1112015-06-11  Jon Lee  <jonlee@apple.com>
    212
  • trunk/Source/WebKit2/Configurations/DatabaseService.xcconfig

    r185298 r185557  
    2525
    2626WK_XPC_SERVICE_VARIANT = Normal;
    27 WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE = WebContent-iOS;
     27WK_XPC_SERVICE_IOS_ENTITLEMENTS_BASE = Databases-iOS;
    2828
    2929PRODUCT_NAME = com.apple.WebKit.Databases;
Note: See TracChangeset for help on using the changeset viewer.