Changeset 185951 in webkit


Ignore:
Timestamp:
Jun 25, 2015, 12:54:50 AM (10 years ago)
Author:
timothy_horton@apple.com
Message:

Try to fix the iOS EWS build.

  • platform/spi/cocoa/SecuritySPI.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r185948 r185951  
     12015-06-25  Tim Horton  <timothy_horton@apple.com>
     2
     3        Try to fix the iOS EWS build.
     4
     5        * platform/spi/cocoa/SecuritySPI.h:
     6
    172015-06-25  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebCore/platform/spi/cocoa/SecuritySPI.h

    r185939 r185951  
    3737
    3838#if PLATFORM(IOS)
     39typedef struct __SecTask *SecTaskRef;
    3940EXTERN_C SecTaskRef SecTaskCreateFromSelf(CFAllocatorRef);
    4041EXTERN_C CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef, CFStringRef entitlement, CFErrorRef *);
Note: See TracChangeset for help on using the changeset viewer.