Title: [247581] branches/safari-608-branch/Tools
Revision
247581
Author
kocsen_ch...@apple.com
Date
2019-07-18 13:23:12 -0700 (Thu, 18 Jul 2019)

Log 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

Modified Paths

Diff

Modified: branches/safari-608-branch/Tools/ChangeLog (247580 => 247581)


--- branches/safari-608-branch/Tools/ChangeLog	2019-07-18 20:23:10 UTC (rev 247580)
+++ branches/safari-608-branch/Tools/ChangeLog	2019-07-18 20:23:12 UTC (rev 247581)
@@ -1,5 +1,23 @@
 2019-07-17  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        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
+
+    2019-07-15  Jiewen Tan  <jiewen_...@apple.com>
+
+            Unreviewed, a build fix after r247437
+
+            * TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm:
+            Added platform guard towards -[WKUIDelegate _presentingViewControllerForWebView:].
+
+2019-07-17  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r247439. rdar://problem/53229628
 
     [macOS 10.15] Cannot unbold selected text when the system font is used

Modified: branches/safari-608-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm (247580 => 247581)


--- branches/safari-608-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm	2019-07-18 20:23:10 UTC (rev 247580)
+++ branches/safari-608-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/TestSOAuthorization.mm	2019-07-18 20:23:12 UTC (rev 247581)
@@ -207,10 +207,12 @@
     });
 }
 
+#if PLATFORM(IOS)
 - (UIViewController *)_presentingViewControllerForWebView:(WKWebView *)webView
 {
     return nil;
 }
+#endif
 
 @end
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to