Title: [270118] trunk/Source/WebKit
Revision
270118
Author
[email protected]
Date
2020-11-20 09:46:27 -0800 (Fri, 20 Nov 2020)

Log Message

Unreviewed, fix the build with recent SDKs.

* UIProcess/ios/WKActionSheetAssistant.mm:
(-[WKActionSheetAssistant _appendAppLinkOpenActionsForURL:actions:elementInfo:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (270117 => 270118)


--- trunk/Source/WebKit/ChangeLog	2020-11-20 16:09:56 UTC (rev 270117)
+++ trunk/Source/WebKit/ChangeLog	2020-11-20 17:46:27 UTC (rev 270118)
@@ -1,3 +1,10 @@
+2020-11-20  Ryan Haddad  <[email protected]>
+
+        Unreviewed, fix the build with recent SDKs.
+
+        * UIProcess/ios/WKActionSheetAssistant.mm:
+        (-[WKActionSheetAssistant _appendAppLinkOpenActionsForURL:actions:elementInfo:]):
+
 2020-11-20  Philippe Normand  <[email protected]>
 
         Unreviewed, GTK build warning fix

Modified: trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm (270117 => 270118)


--- trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2020-11-20 16:09:56 UTC (rev 270117)
+++ trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2020-11-20 17:46:27 UTC (rev 270118)
@@ -508,7 +508,9 @@
     }];
     [defaultActions addObject:openInDefaultBrowserAction];
 
+ALLOW_DEPRECATED_DECLARATIONS_BEGIN
     NSString *externalApplicationName = appLink.targetApplicationProxy.localizedName;
+ALLOW_DEPRECARED_DECLARATIONS_END
     if (!externalApplicationName)
         return YES;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to