⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 248318 in webkit


Ignore:
Timestamp:
Aug 6, 2019, 3:04:22 PM (7 years ago)
Author:
Chris Dumez
Message:

Unreviewed, fix internal iOS build after r248308.

  • UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm:

(WebKit::LocalAuthenticator::makeCredential):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r248308 r248318  
     12019-08-06  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, fix internal iOS build after r248308.
     4
     5        * UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm:
     6        (WebKit::LocalAuthenticator::makeCredential):
     7
    182019-08-06  Jiewen Tan  <jiewen_tan@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/WebAuthentication/Cocoa/LocalAuthenticator.mm

    r248308 r248318  
    120120            (id)kSecReturnAttributes: @YES,
    121121            (id)kSecMatchLimit: (id)kSecMatchLimitAll,
     122ALLOW_DEPRECATED_DECLARATIONS_BEGIN
    122123            (id)kSecAttrNoLegacy: @YES
     124ALLOW_DEPRECATED_DECLARATIONS_END
    123125        };
    124126        CFTypeRef attributesArrayRef = nullptr;
Note: See TracChangeset for help on using the changeset viewer.