Title: [248535] trunk/Source/WebKit
Revision
248535
Author
[email protected]
Date
2019-08-12 11:42:20 -0700 (Mon, 12 Aug 2019)

Log Message

Tapping buttons in Data Detectors lookup previews doesn't work (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=200579
<rdar://problem/54056519>

Reviewed by Megan Gardner.

* Platform/spi/ios/UIKitSPI.h: Add _UIContextMenuStyle SPI.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (248534 => 248535)


--- trunk/Source/WebKit/ChangeLog	2019-08-12 18:20:49 UTC (rev 248534)
+++ trunk/Source/WebKit/ChangeLog	2019-08-12 18:42:20 UTC (rev 248535)
@@ -1,3 +1,13 @@
+2019-08-12  Jonathan Bedard  <[email protected]>
+
+        Tapping buttons in Data Detectors lookup previews doesn't work (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=200579
+        <rdar://problem/54056519>
+
+        Reviewed by Megan Gardner.
+
+        * Platform/spi/ios/UIKitSPI.h: Add _UIContextMenuStyle SPI.
+
 2019-08-12  Chris Dumez  <[email protected]>
 
         Add threading assertions to RefCounted

Modified: trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h (248534 => 248535)


--- trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2019-08-12 18:20:49 UTC (rev 248534)
+++ trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h	2019-08-12 18:42:20 UTC (rev 248535)
@@ -1082,6 +1082,9 @@
 @property (nonatomic, strong) UIImage *image;
 @end
 
+@interface _UIContextMenuStyle : NSObject <NSCopying>
+@end
+
 #endif // USE(APPLE_INTERNAL_SDK)
 
 @interface UIGestureRecognizer (Staging_45970040)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to