Changeset 253401 in webkit


Ignore:
Timestamp:
Dec 11, 2019 4:17:44 PM (4 years ago)
Author:
jiewen_tan@apple.com
Message:

Unreviewed, a nit after r253366

  • UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h:

Change the parameter type of the completion handler from NSData to NSString.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r253400 r253401  
     12019-12-11  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Unreviewed, a nit after r253366
     4
     5        * UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h:
     6        Change the parameter type of the completion handler from NSData to NSString.
     7
    182019-12-11  Daniel Bates  <dabates@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.h

    r253382 r253401  
    6969- (void)panel:(_WKWebAuthenticationPanel *)panel updateWebAuthenticationPanel:(_WKWebAuthenticationPanelUpdate)update WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
    7070- (void)panel:(_WKWebAuthenticationPanel *)panel dismissWebAuthenticationPanelWithResult:(_WKWebAuthenticationResult)result WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
    71 - (void)panel:(_WKWebAuthenticationPanel *)panel requestPINWithRemainingRetries:(NSUInteger)retries completionHandler:(void (^)(NSData *))completionHandler WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
     71- (void)panel:(_WKWebAuthenticationPanel *)panel requestPINWithRemainingRetries:(NSUInteger)retries completionHandler:(void (^)(NSString *))completionHandler WK_API_AVAILABLE(macos(WK_MAC_TBA), ios(WK_IOS_TBA));
    7272
    7373@end
Note: See TracChangeset for help on using the changeset viewer.