Changeset 185951 in webkit
- Timestamp:
- Jun 25, 2015, 12:54:50 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r185948 r185951 1 2015-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 1 7 2015-06-25 Carlos Garcia Campos <cgarcia@igalia.com> 2 8 -
trunk/Source/WebCore/platform/spi/cocoa/SecuritySPI.h
r185939 r185951 37 37 38 38 #if PLATFORM(IOS) 39 typedef struct __SecTask *SecTaskRef; 39 40 EXTERN_C SecTaskRef SecTaskCreateFromSelf(CFAllocatorRef); 40 41 EXTERN_C CFTypeRef SecTaskCopyValueForEntitlement(SecTaskRef, CFStringRef entitlement, CFErrorRef *);
Note:
See TracChangeset
for help on using the changeset viewer.