Title: [242824] trunk/Source/WebKit
Revision
242824
Author
[email protected]
Date
2019-03-12 13:40:51 -0700 (Tue, 12 Mar 2019)

Log Message

More attempts at build fixing.

* UIProcess/ios/WKActionSheetAssistant.mm:
Yet more.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242823 => 242824)


--- trunk/Source/WebKit/ChangeLog	2019-03-12 20:32:37 UTC (rev 242823)
+++ trunk/Source/WebKit/ChangeLog	2019-03-12 20:40:51 UTC (rev 242824)
@@ -1,3 +1,10 @@
+2019-03-12  Tim Horton  <[email protected]>
+
+        More attempts at build fixing.
+
+        * UIProcess/ios/WKActionSheetAssistant.mm:
+        Yet more.
+
 2019-03-12  Chris Dumez  <[email protected]>
 
         Device Orientation access permission should be denied unless explicitly granted by the client

Modified: trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm (242823 => 242824)


--- trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2019-03-12 20:32:37 UTC (rev 242823)
+++ trunk/Source/WebKit/UIProcess/ios/WKActionSheetAssistant.mm	2019-03-12 20:40:51 UTC (rev 242824)
@@ -58,6 +58,8 @@
 SOFT_LINK_CLASS(SafariServices, SSReadingList)
 #endif
 
+OBJC_CLASS DDAction;
+
 SOFT_LINK_PRIVATE_FRAMEWORK(TCC)
 SOFT_LINK(TCC, TCCAccessPreflight, TCCAccessPreflightResult, (CFStringRef service, CFDictionaryRef options), (service, options))
 SOFT_LINK_CONSTANT(TCC, kTCCServicePhotos, CFStringRef)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to