Title: [242806] trunk/Source/WebKit
Revision
242806
Author
[email protected]
Date
2019-03-12 11:25:34 -0700 (Tue, 12 Mar 2019)

Log Message

Fix the build after 242801

* UIProcess/ios/WKActionSheetAssistant.mm:
(-[WKActionSheetAssistant _elementActionForDDAction:]):
More.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242805 => 242806)


--- trunk/Source/WebKit/ChangeLog	2019-03-12 18:23:54 UTC (rev 242805)
+++ trunk/Source/WebKit/ChangeLog	2019-03-12 18:25:34 UTC (rev 242806)
@@ -4,7 +4,15 @@
 
         * UIProcess/ios/WKActionSheetAssistant.mm:
         (-[WKActionSheetAssistant _elementActionForDDAction:]):
+        More.
 
+2019-03-12  Tim Horton  <[email protected]>
+
+        Fix the build after 242801
+
+        * UIProcess/ios/WKActionSheetAssistant.mm:
+        (-[WKActionSheetAssistant _elementActionForDDAction:]):
+
 2019-03-12  Eric Carlson  <[email protected]>
 
         [iOS] Sandbox must allow mach lookup required to compress video

Modified: trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm (242805 => 242806)


--- trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2019-03-12 18:23:54 UTC (rev 242805)
+++ trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2019-03-12 18:25:34 UTC (rev 242806)
@@ -168,7 +168,7 @@
 
 - (_WKElementAction *)_elementActionForDDAction:(DDAction *)action
 {
-#if PLATFORM(IOS)
+#if PLATFORM(IOS) && !PLATFORM(IOSMAC)
     auto retainedSelf = retainPtr(self);
     _WKElementAction *elementAction = [_WKElementAction elementActionWithTitle:action.localizedName actionHandler:^(_WKActivatedElementInfo *actionInfo) {
         retainedSelf->_isPresentingDDUserInterface = action.hasUserInterface;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to