Changeset 247581 in webkit


Ignore:
Timestamp:
Jul 18, 2019 1:23:12 PM (5 years ago)
Author:
Kocsen Chung
Message:

Cherry-pick r247458. rdar://problem/53229545

Unreviewed, a build fix after r247437

  • TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm: Added platform guard towards -[WKUIDelegate _presentingViewControllerForWebView:].

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247458 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-608-branch/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-608-branch/Tools/ChangeLog

    r247578 r247581  
     12019-07-17  Kocsen Chung  <kocsen_chung@apple.com>
     2
     3        Cherry-pick r247458. rdar://problem/53229545
     4
     5    Unreviewed, a build fix after r247437
     6   
     7    * TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm:
     8    Added platform guard towards -[WKUIDelegate _presentingViewControllerForWebView:].
     9   
     10    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@247458 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     11
     12    2019-07-15  Jiewen Tan  <jiewen_tan@apple.com>
     13
     14            Unreviewed, a build fix after r247437
     15
     16            * TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm:
     17            Added platform guard towards -[WKUIDelegate _presentingViewControllerForWebView:].
     18
    1192019-07-17  Kocsen Chung  <kocsen_chung@apple.com>
    220
  • branches/safari-608-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm

    r247577 r247581  
    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.