Title: [270122] trunk/Source/WebKit
Revision
270122
Author
[email protected]
Date
2020-11-20 10:11:41 -0800 (Fri, 20 Nov 2020)

Log Message

Unreviewed fix for my build fix.

* UIProcess/ios/WKActionSheetAssistant.mm:
(-[WKActionSheetAssistant _appendAppLinkOpenActionsForURL:actions:elementInfo:]):
You have to spell DEPRECATED correctly for this to work.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (270121 => 270122)


--- trunk/Source/WebKit/ChangeLog	2020-11-20 17:56:57 UTC (rev 270121)
+++ trunk/Source/WebKit/ChangeLog	2020-11-20 18:11:41 UTC (rev 270122)
@@ -1,5 +1,13 @@
 2020-11-20  Ryan Haddad  <[email protected]>
 
+        Unreviewed fix for my build fix.
+
+        * UIProcess/ios/WKActionSheetAssistant.mm:
+        (-[WKActionSheetAssistant _appendAppLinkOpenActionsForURL:actions:elementInfo:]):
+        You have to spell DEPRECATED correctly for this to work.
+
+2020-11-20  Ryan Haddad  <[email protected]>
+
         Unreviewed, fix the build with recent SDKs.
 
         * UIProcess/ios/WKActionSheetAssistant.mm:

Modified: trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm (270121 => 270122)


--- trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2020-11-20 17:56:57 UTC (rev 270121)
+++ trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2020-11-20 18:11:41 UTC (rev 270122)
@@ -510,7 +510,7 @@
 
 ALLOW_DEPRECATED_DECLARATIONS_BEGIN
     NSString *externalApplicationName = appLink.targetApplicationProxy.localizedName;
-ALLOW_DEPRECARED_DECLARATIONS_END
+ALLOW_DEPRECATED_DECLARATIONS_END
     if (!externalApplicationName)
         return YES;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to