Changeset 229342 in webkit


Ignore:
Timestamp:
Mar 6, 2018 2:41:41 PM (6 years ago)
Author:
Ryan Haddad
Message:

Unreviewed build fix.

  • UIProcess/ios/WKFullScreenWindowControllerIOS.mm:

(-[WKFullScreenWindowController _EVOrganizationName]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r229334 r229342  
     12018-03-06  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed build fix.
     4
     5        * UIProcess/ios/WKFullScreenWindowControllerIOS.mm:
     6        (-[WKFullScreenWindowController _EVOrganizationName]):
     7
    182018-03-06  Antoine Quint  <graouts@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/ios/WKFullScreenWindowControllerIOS.mm

    r227378 r229342  
    574574    // and the only way to get the information we need is to call SecTrustEvaluate ourselves.
    575575    if (!infoDictionary) {
     576#pragma clang diagnostic push
     577#pragma clang diagnostic ignored "-Wnonnull"
    576578        OSStatus err = SecTrustEvaluate(trust, NULL);
     579#pragma clang diagnostic pop
    577580        if (err == noErr)
    578581            infoDictionary = [(__bridge NSDictionary *)SecTrustCopyInfo(trust) autorelease];
Note: See TracChangeset for help on using the changeset viewer.