Changeset 247458 in webkit


Ignore:
Timestamp:
Jul 15, 2019 3:55:40 PM (5 years ago)
Author:
jiewen_tan@apple.com
Message:

Unreviewed, a build fix after r247437

  • TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm:

Added platform guard towards -[WKUIDelegate _presentingViewControllerForWebView:].

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r247439 r247458  
     12019-07-15  Jiewen Tan  <jiewen_tan@apple.com>
     2
     3        Unreviewed, a build fix after r247437
     4
     5        * TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm:
     6        Added platform guard towards -[WKUIDelegate _presentingViewControllerForWebView:].
     7
    182019-07-15  Wenson Hsieh  <wenson_hsieh@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm

    r247437 r247458  
    208208}
    209209
     210#if PLATFORM(IOS)
    210211- (UIViewController *)_presentingViewControllerForWebView:(WKWebView *)webView
    211212{
    212213    return nil;
    213214}
     215#endif
    214216
    215217@end
Note: See TracChangeset for help on using the changeset viewer.